summaryrefslogtreecommitdiff
path: root/src/portable
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-11-30 12:48:06 +0700
committerhathach <[email protected]>2018-11-30 12:48:06 +0700
commitd96347a0f5ec9272088b11425e1a8a3fb4115e8a (patch)
tree85de88a69e643146927cc64b20da8e8ca51a27eb /src/portable
parent0bc80dc3867c8e2ed35c66b70913871a45a9d59c (diff)
rename OPT_MCU_LPC13UXX to OPT_MCU_LPC13XX
Diffstat (limited to 'src/portable')
-rw-r--r--src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c b/src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c
index 4e514d6e2..029677e7c 100644
--- a/src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c
+++ b/src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c
@@ -38,7 +38,7 @@
#include "tusb_option.h"
-#if TUSB_OPT_DEVICE_ENABLED && (CFG_TUSB_MCU == OPT_MCU_LPC11UXX || CFG_TUSB_MCU == OPT_MCU_LPC13UXX)
+#if TUSB_OPT_DEVICE_ENABLED && (CFG_TUSB_MCU == OPT_MCU_LPC11UXX || CFG_TUSB_MCU == OPT_MCU_LPC13XX)
#define _TINY_USB_SOURCE_FILE_