diff options
Diffstat (limited to 'openpicc/application/tc_cdiv_sync.h')
-rw-r--r-- | openpicc/application/tc_cdiv_sync.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openpicc/application/tc_cdiv_sync.h b/openpicc/application/tc_cdiv_sync.h index 0c7bd37..c834e3e 100644 --- a/openpicc/application/tc_cdiv_sync.h +++ b/openpicc/application/tc_cdiv_sync.h @@ -1,5 +1,8 @@ #ifndef _TC_CDIV_SYNC_H #define _TC_CDIV_SYNC_H + +#include "board.h" + extern void tc_cdiv_sync_disable(void); extern void tc_cdiv_sync_enable(void); extern void tc_cdiv_sync_init(void); |