added a setting for RX63X

This commit is contained in:
kkitayam 2021-03-28 00:34:29 +09:00
parent 5f4e6dafc5
commit 0b76a2da88
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@
#elif CFG_TUSB_MCU == OPT_MCU_EFM32GG || CFG_TUSB_MCU == OPT_MCU_EFM32GG11 || CFG_TUSB_MCU == OPT_MCU_EFM32GG12
#include "em_device.h"
#elif CFG_TUSB_MCU == OPT_MCU_RX63X
// no header needed
#else
#error "Missing MCU header"
#endif