Update broadcom library

This commit is contained in:
Scott Shawcroft
2021-10-22 09:31:24 -07:00
parent 35b62810c3
commit 2ef200003d
2 changed files with 3 additions and 3 deletions

View File

@@ -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)