mass rename tud/dcd_irq_handler to tud/dcd_init_handler
This commit is contained in:
@@ -373,7 +373,7 @@ void bus_reset(void)
|
||||
_dcd.xfer[0][TUSB_DIR_OUT].mps = MAX_PACKET_SIZE;
|
||||
}
|
||||
|
||||
void dcd_irq_handler(uint8_t rhport)
|
||||
void dcd_int_handler(uint8_t rhport)
|
||||
{
|
||||
(void) rhport;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user