summaryrefslogtreecommitdiff
path: root/demos/bsp/boards/board.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-09-13 23:32:07 +0700
committerhathach <[email protected]>2013-09-13 23:32:07 +0700
commit0d279facbbb326b07e5dd84c3baabfa841d132f9 (patch)
tree1c20fd9a1cd834b8bcd530a7eca3d72d01c63f33 /demos/bsp/boards/board.c
parent67453b89f03e43408bf165f610aa62a63c000f1c (diff)
fix cmsis rtx tick configuration
everything should work TODO: remove static for variable error in control xfer subtask
Diffstat (limited to 'demos/bsp/boards/board.c')
-rw-r--r--demos/bsp/boards/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/bsp/boards/board.c b/demos/bsp/boards/board.c
index e3c336cde..31186c35a 100644
--- a/demos/bsp/boards/board.c
+++ b/demos/bsp/boards/board.c
@@ -38,7 +38,7 @@
#include "board.h"
-#if TUSB_CFG_OS == TUSB_OS_NONE
+#if TUSB_CFG_OS == TUSB_OS_NONE // TODO may move to main.c
volatile uint32_t system_ticks = 0;
void SysTick_Handler (void)