improve esp32 ci, build esp32 with -DDMAX3421_HOST=1 for max3421 testing

revert change in hcd.h
This commit is contained in:
hathach
2023-09-28 16:15:31 +07:00
parent 6b8933cfe8
commit 8348631bf5
4 changed files with 44 additions and 49 deletions

View File

@@ -133,9 +133,6 @@ bool hcd_init(uint8_t rhport);
// Interrupt Handler
void hcd_int_handler(uint8_t rhport, bool in_isr);
// Interrupt Hanndler (extended version)
void hcd_int_handler_ext(uint8_t rhport, bool in_isr);
// Enable USB interrupt
void hcd_int_enable (uint8_t rhport);