summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
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 /apps/examples/README.txt
parent63490f1443d979623b3cf06232e34413506dfc94 (diff)
downloadnuttx-39b2be1e80f5e15b431456a7ab18ab2edf05a3a1.tar.gz
nuttx-39b2be1e80f5e15b431456a7ab18ab2edf05a3a1.tar.bz2
nuttx-39b2be1e80f5e15b431456a7ab18ab2edf05a3a1.zip
Rename examples/usbstorage to examples/usbmsc. From CCTSAO
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 016a04dd3..b8c270419 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -1825,8 +1825,8 @@ examples/usbserial
The host and target will exchange are variety of very small and very large
serial messages.
-examples/usbstorage
-^^^^^^^^^^^^^^^^^^^
+examples/usbmsc
+^^^^^^^^^^^^^^^
This example registers a block device driver, then exports the block
the device using the USB storage class driver. In order to use this
@@ -1834,7 +1834,7 @@ examples/usbstorage
void usbmsc_archinitialize(void);
- This function will be called by the example/usbstorage in order to
+ This function will be called by the example/usbmsc in order to
do the actual registration of the block device drivers. For examples
of the implementation of usbmsc_archinitialize() see
configs/mcu123-lpc124x/src/up_usbmsc.c or