Update broadcom library
This commit is contained in:
Submodule hw/mcu/broadcom updated: 7a8f4b7471...55cd6f798a
@@ -574,13 +574,13 @@ void dcd_init (uint8_t rhport)
|
||||
void dcd_int_enable (uint8_t rhport)
|
||||
{
|
||||
(void) rhport;
|
||||
// BP_EnableIRQ(USB_IRQn);
|
||||
BP_EnableIRQ(USB_IRQn);
|
||||
}
|
||||
|
||||
void dcd_int_disable (uint8_t rhport)
|
||||
{
|
||||
(void) rhport;
|
||||
// BP_DisableIRQ(USB_IRQn);
|
||||
BP_DisableIRQ(USB_IRQn);
|
||||
}
|
||||
|
||||
void dcd_set_address (uint8_t rhport, uint8_t dev_addr)
|
||||
|
Reference in New Issue
Block a user