diff options
| author | hathach <[email protected]> | 2018-11-30 12:48:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-30 12:48:06 +0700 |
| commit | d96347a0f5ec9272088b11425e1a8a3fb4115e8a (patch) | |
| tree | 85de88a69e643146927cc64b20da8e8ca51a27eb /hw | |
| parent | 0bc80dc3867c8e2ed35c66b70913871a45a9d59c (diff) | |
rename OPT_MCU_LPC13UXX to OPT_MCU_LPC13XX
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/mcu/nxp/lpc13uxx/hal_mcu/hal_lpc13uxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mcu/nxp/lpc13uxx/hal_mcu/hal_lpc13uxx.c b/hw/mcu/nxp/lpc13uxx/hal_mcu/hal_lpc13uxx.c index c87387015..5c6c2e623 100644 --- a/hw/mcu/nxp/lpc13uxx/hal_mcu/hal_lpc13uxx.c +++ b/hw/mcu/nxp/lpc13uxx/hal_mcu/hal_lpc13uxx.c @@ -39,7 +39,7 @@ #include "common/tusb_common.h"
#include "hal.h"
-#if CFG_TUSB_MCU == OPT_MCU_LPC13UXX
+#if CFG_TUSB_MCU == OPT_MCU_LPC13XX
void tusb_hal_int_enable(uint8_t rhport)
{
|
