fix build with mm32 board

This commit is contained in:
hathach
2021-06-18 17:18:11 +07:00
parent 5006b1065a
commit 82618d2d5f
12 changed files with 251 additions and 185 deletions

View File

@@ -283,7 +283,7 @@ void dcd_set_address(uint8_t rhport, uint8_t dev_addr)
/* Response with status first before changing device address */
dcd_edpt_xfer(rhport, tu_edpt_addr(0, TUSB_DIR_IN), NULL, 0);
}
extern u32 SystemCoreClock ;
extern u32 SystemCoreClock;
void dcd_remote_wakeup(uint8_t rhport)
{
(void) rhport;