summaryrefslogtreecommitdiff
path: root/tinyusb/osal/osal_none.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/osal/osal_none.c')
-rw-r--r--tinyusb/osal/osal_none.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/osal/osal_none.c b/tinyusb/osal/osal_none.c
index 8e1d3d098..e9eaa842a 100644
--- a/tinyusb/osal/osal_none.c
+++ b/tinyusb/osal/osal_none.c
@@ -51,7 +51,7 @@
//--------------------------------------------------------------------+
// INTERNAL OBJECT & FUNCTION DECLARATION
//--------------------------------------------------------------------+
-volatile uint32_t osal_tick_current = 0;
+//volatile uint32_t osal_tick_current = 0;
//--------------------------------------------------------------------+
// IMPLEMENTATION