summaryrefslogtreecommitdiff
path: root/firmware/export/tcc780x.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/tcc780x.h')
-rw-r--r--firmware/export/tcc780x.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/tcc780x.h b/firmware/export/tcc780x.h
index 3ff910fce7..5b37b40526 100644
--- a/firmware/export/tcc780x.h
+++ b/firmware/export/tcc780x.h
@@ -249,4 +249,8 @@
249#define USB_NUM_ENDPOINTS 3 249#define USB_NUM_ENDPOINTS 3
250#define USB_DEVBSS_ATTR IBSS_ATTR 250#define USB_DEVBSS_ATTR IBSS_ATTR
251 251
252/* Timer frequency */
253/* Timer is based on PCK_TCT (set to 2Mhz in system.c) */
254#define TIMER_FREQ (2000000)
255
252#endif 256#endif