mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-22 19:20:52 +00:00
fix esp32 build
This commit is contained in:
parent
76c43a5bdc
commit
3a10b6a3d5
@ -186,7 +186,7 @@ static void max3421_intr_task(void* param) {
|
||||
|
||||
while (1) {
|
||||
xSemaphoreTake(max3421_intr_sem, portMAX_DELAY);
|
||||
hcd_int_handler_ext(BOARD_TUH_RHPORT, false);
|
||||
tuh_int_handler(BOARD_TUH_RHPORT, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user