change hcd_int_handler(rhport, in_isr) signature: add in_isr
change tuh_int_handler() to take in_isr as optional parameter (default = true)
This commit is contained in:
@@ -356,7 +356,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) {
|
||||
|
Reference in New Issue
Block a user