summaryrefslogtreecommitdiff
path: root/ports/mimxrt/board_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/mimxrt/board_init.c')
-rw-r--r--ports/mimxrt/board_init.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ports/mimxrt/board_init.c b/ports/mimxrt/board_init.c
index cd7dc9a7d..9095c8804 100644
--- a/ports/mimxrt/board_init.c
+++ b/ports/mimxrt/board_init.c
@@ -53,9 +53,6 @@ void board_init(void) {
// Enable IOCON clock
CLOCK_EnableClock(kCLOCK_Iomuxc);
- // 1ms tick timer
- SysTick_Config(SystemCoreClock / 1000);
-
// ------------- USB0 ------------- //
// Clock
@@ -85,10 +82,6 @@ void board_init(void) {
// CLOCK_EnableUsbhs1Clock(kCLOCK_Usb480M, 480000000U);
}
-void SysTick_Handler(void) {
- systick_ms++;
-}
-
void USB_OTG1_IRQHandler(void) {
tud_int_handler(0);
tud_task();