summaryrefslogtreecommitdiff
path: root/nuttx/configs/mbed/src
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mbed/src')
-rw-r--r--nuttx/configs/mbed/src/up_nsh.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/mbed/src/up_nsh.c b/nuttx/configs/mbed/src/up_nsh.c
index f8c46bc81..562b67cd9 100644
--- a/nuttx/configs/mbed/src/up_nsh.c
+++ b/nuttx/configs/mbed/src/up_nsh.c
@@ -56,16 +56,16 @@
/* PORT and SLOT number probably depend on the board configuration */
#ifdef CONFIG_ARCH_BOARD_MBED
-# define CONFIG_NSH_HAVEUSBDEV 1
+# define NSH_HAVEUSBDEV 1
#else
# error "Unrecognized board"
-# undef CONFIG_NSH_HAVEUSBDEV
+# undef NSH_HAVEUSBDEV
#endif
/* Can't support USB features if USB is not enabled */
#ifndef CONFIG_USBDEV
-# undef CONFIG_NSH_HAVEUSBDEV
+# undef NSH_HAVEUSBDEV
#endif
/* Debug ********************************************************************/