mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-11 18:40:45 +00:00
Update broadcom library
This commit is contained in:
parent
35b62810c3
commit
2ef200003d
@ -1 +1 @@
|
|||||||
Subproject commit 7a8f4b7471ad4aad2e808b3a4cc88b4c23b529f2
|
Subproject commit 55cd6f798a45cac905d7bf81baa2bcbf7de7c42e
|
@ -574,13 +574,13 @@ void dcd_init (uint8_t rhport)
|
|||||||
void dcd_int_enable (uint8_t rhport)
|
void dcd_int_enable (uint8_t rhport)
|
||||||
{
|
{
|
||||||
(void) rhport;
|
(void) rhport;
|
||||||
// BP_EnableIRQ(USB_IRQn);
|
BP_EnableIRQ(USB_IRQn);
|
||||||
}
|
}
|
||||||
|
|
||||||
void dcd_int_disable (uint8_t rhport)
|
void dcd_int_disable (uint8_t rhport)
|
||||||
{
|
{
|
||||||
(void) rhport;
|
(void) rhport;
|
||||||
// BP_DisableIRQ(USB_IRQn);
|
BP_DisableIRQ(USB_IRQn);
|
||||||
}
|
}
|
||||||
|
|
||||||
void dcd_set_address (uint8_t rhport, uint8_t dev_addr)
|
void dcd_set_address (uint8_t rhport, uint8_t dev_addr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user