ehci clean up

This commit is contained in:
hathach
2018-12-10 20:16:26 +07:00
parent 4e7596ca9c
commit 5886ccdb03
4 changed files with 18 additions and 38 deletions

View File

@@ -273,7 +273,7 @@ void hcd_event_xfer_complete(uint8_t dev_addr, uint8_t ep_addr, xfer_result_t ev
}
else
{
TU_ASSERT(false, ); // something wrong, no one claims the isr's source
TU_BREAKPOINT(); // something wrong, no one claims the isr's source
}
}
}