diff options
| author | hathach <[email protected]> | 2021-06-18 17:18:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-06-18 17:18:11 +0700 |
| commit | 82618d2d5f15d0f8dd9631dec3807964a1281782 (patch) | |
| tree | e84fbd0c81d65b0678a6369a7797d17b3aea5be4 /src/portable | |
| parent | 5006b1065a21099d3c62bf2ea3ecf6c1e82d2723 (diff) | |
fix build with mm32 board
Diffstat (limited to 'src/portable')
| -rw-r--r-- | src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c b/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c index 59a40dc68..31b1f7080 100644 --- a/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c +++ b/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c @@ -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; |
