summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-09-05 13:57:07 +0700
committerhathach <[email protected]>2020-09-05 13:57:07 +0700
commit4d57b4ea336d0ba89b97b388aa02f15c2d947a2a (patch)
tree7161ba91c5a499a0cc2e6bc7a6c3b8052fcc93f1 /src/device
parent10d5dac9137adfd6c14d96e1079f08447eacd9d8 (diff)
clean up
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