Merge branch 'master' into add-max3421-esp32

This commit is contained in:
hathach
2023-09-27 17:52:18 +07:00
51 changed files with 1016 additions and 578 deletions

View File

@@ -363,7 +363,7 @@ void EIC_Handler(void) {
EIC->INTFLAG.reg = EIC_INTFLAG_EXTINT(1 << MAX3421_INTR_EIC_ID);
// Call the TinyUSB interrupt handler
tuh_int_handler(1);
tuh_int_handler(1, true);
}
void tuh_max3421_int_api(uint8_t rhport, bool enabled) {