diff options
| author | hathach <[email protected]> | 2023-09-27 18:09:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-27 18:09:19 +0700 |
| commit | 3a10b6a3d55e76020d0fdb6adb937f98df5638e1 (patch) | |
| tree | 5c2e95a72d864f613d6a3570a42ebdd28acd78bf | |
| parent | 76c43a5bdc5394b1d4f5d8ce13968e31fe2b40fc (diff) | |
fix esp32 build
| -rw-r--r-- | hw/bsp/espressif/boards/family.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/espressif/boards/family.c b/hw/bsp/espressif/boards/family.c index 5226f7e61..e4c2c3414 100644 --- a/hw/bsp/espressif/boards/family.c +++ b/hw/bsp/espressif/boards/family.c @@ -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); } } |
