This commit is contained in:
hathach
2020-09-05 13:57:07 +07:00
parent 10d5dac913
commit 4d57b4ea33
5 changed files with 20 additions and 21 deletions

View File

@@ -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