summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h
index 5338be157..bbdd1be99 100644
--- a/src/device/usbd.h
+++ b/src/device/usbd.h
@@ -41,8 +41,6 @@
//--------------------------------------------------------------------+
// Init device stack
-// Note: when using with RTOS, this should be called after scheduler/kernel is started.
-// Otherwise it could cause kernel issue since USB IRQ handler does use RTOS queue API.
bool tud_init (void);
// Task function should be called in main/rtos loop