summaryrefslogtreecommitdiff
path: root/nuttx/configs/ubw32/nsh
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-05 08:07:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-05 08:07:03 -0600
commit39b2be1e80f5e15b431456a7ab18ab2edf05a3a1 (patch)
treefd7939068ef642b851d41a52ed2653ca71fe7a3d /nuttx/configs/ubw32/nsh
parent63490f1443d979623b3cf06232e34413506dfc94 (diff)
downloadnuttx-39b2be1e80f5e15b431456a7ab18ab2edf05a3a1.tar.gz
nuttx-39b2be1e80f5e15b431456a7ab18ab2edf05a3a1.tar.bz2
nuttx-39b2be1e80f5e15b431456a7ab18ab2edf05a3a1.zip
Rename examples/usbstorage to examples/usbmsc. From CCTSAO
Diffstat (limited to 'nuttx/configs/ubw32/nsh')
-rw-r--r--nuttx/configs/ubw32/nsh/appconfig4
-rw-r--r--nuttx/configs/ubw32/nsh/defconfig2
2 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/ubw32/nsh/appconfig b/nuttx/configs/ubw32/nsh/appconfig
index 14e06cc4c..5760a5b4a 100644
--- a/nuttx/configs/ubw32/nsh/appconfig
+++ b/nuttx/configs/ubw32/nsh/appconfig
@@ -55,8 +55,8 @@ ifeq ($(CONFIG_PIC32MX_USBDEV),y)
# USB Mass Storage Class device configurations
ifeq ($(CONFIG_USBMSC),y)
-# Uncomment to enable the examples/usbstorage built-in
-# CONFIGURED_APPS += examples/usbstorage
+# Uncomment to enable the examples/usbmsc built-in
+# CONFIGURED_APPS += examples/usbmsc
endif
# USB CDC/ACM serial device configurations
diff --git a/nuttx/configs/ubw32/nsh/defconfig b/nuttx/configs/ubw32/nsh/defconfig
index 8e0e17535..3aba8ab51 100644
--- a/nuttx/configs/ubw32/nsh/defconfig
+++ b/nuttx/configs/ubw32/nsh/defconfig
@@ -470,7 +470,7 @@ CONFIG_EXAMPLES_USBSERIAL_TRACECONTROLLER=n
CONFIG_EXAMPLES_USBSERIAL_TRACEINTERRUPTS=n
#
-# Settings for examples/usbstorage
+# Settings for examples/usbmsc
#
CONFIG_EXAMPLES_USBMSC_NLUNS=1
CONFIG_EXAMPLES_USBMSC_DEVMINOR1=0