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

@@ -130,6 +130,8 @@
#elif CFG_TUSB_MCU == OPT_MCU_RX63X
// no header needed
#elif CFG_TUSB_MCU == OPT_MCU_MM32F327X
#include "mm32_device.h"
#else
#error "Missing MCU header"
#endif