summaryrefslogtreecommitdiff
path: root/ports/mimxrt/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/mimxrt/main.c')
-rw-r--r--ports/mimxrt/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/mimxrt/main.c b/ports/mimxrt/main.c
index e06283a8a..7832afffc 100644
--- a/ports/mimxrt/main.c
+++ b/ports/mimxrt/main.c
@@ -32,6 +32,7 @@
#include "py/stackctrl.h"
#include "lib/utils/gchelper.h"
#include "lib/utils/pyexec.h"
+#include "ticks.h"
#include "tusb.h"
#include "led.h"
@@ -41,6 +42,7 @@ void board_init(void);
int main(void) {
board_init();
+ ticks_init();
tusb_init();
led_init();