Merge branch 'master' into enhance-bsp
This commit is contained in:
@@ -136,6 +136,10 @@ void usb_device_task(void* param)
|
||||
// Otherwise it could cause kernel issue since USB IRQ handler does use RTOS queue API.
|
||||
tud_init(BOARD_TUD_RHPORT);
|
||||
|
||||
if (board_init_after_tusb) {
|
||||
board_init_after_tusb();
|
||||
}
|
||||
|
||||
// RTOS forever loop
|
||||
while (1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user