diff options
Diffstat (limited to 'openpicc/application/tc_cdiv.h')
-rw-r--r-- | openpicc/application/tc_cdiv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpicc/application/tc_cdiv.h b/openpicc/application/tc_cdiv.h index d5744f9..33ff5b9 100644 --- a/openpicc/application/tc_cdiv.h +++ b/openpicc/application/tc_cdiv.h @@ -5,7 +5,7 @@ #include <sys/types.h> #include <lib_AT91SAM7.h> -static AT91PS_TCB tcb; +extern AT91PS_TCB tcb; extern void tc_cdiv_phase_add(int16_t inc); extern void tc_cdiv_set_divider(u_int16_t div); |