Explorar el Código

add the entry for RX65N

kkitayam hace 4 años
padre
commit
393a9120ac
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/portable/renesas/usba/dcd_usba.c

+ 2 - 2
src/portable/renesas/usba/dcd_usba.c

@@ -26,8 +26,8 @@
 
 #include "tusb_option.h"
 
-#if TUSB_OPT_DEVICE_ENABLED && ( CFG_TUSB_MCU == OPT_MCU_RX63X )
-
+#if TUSB_OPT_DEVICE_ENABLED && ( CFG_TUSB_MCU == OPT_MCU_RX63X || \
+                                 CFG_TUSB_MCU == OPT_MCU_RX65X)
 #include "device/dcd.h"
 #include "iodefine.h"