summaryrefslogtreecommitdiff
path: root/nuttx/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-25 16:54:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-25 16:54:39 -0600
commit55a34548ccc4fc7aa55ad585b007c7d77d8cf937 (patch)
treee1e5eb48cbf91118a54ba58744275e945753afbf /nuttx/README.txt
parent3302f2a96c91ee259e7aa5e2661154363eb9a4f4 (diff)
downloadpx4-nuttx-55a34548ccc4fc7aa55ad585b007c7d77d8cf937.tar.gz
px4-nuttx-55a34548ccc4fc7aa55ad585b007c7d77d8cf937.tar.bz2
px4-nuttx-55a34548ccc4fc7aa55ad585b007c7d77d8cf937.zip
Move apps/examples/usbmsc to apps/system/usbmsc
Diffstat (limited to 'nuttx/README.txt')
-rw-r--r--nuttx/README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/README.txt b/nuttx/README.txt
index 76d2b9b19..0d681179c 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -191,7 +191,7 @@ Notes about Header Files
header file then you should also define CONFIG_ARCH_MATH_H=y in your
NuttX Configuration file. If CONFIG_ARCH_MATH_H is selected, then the
top-level Makefile will copy the stub math.h header file from
- include/nuttx/matn.h to include/math.h where it will become the system
+ include/nuttx/math.h to include/math.h where it will become the system
math.h header file. The stub math.h header file does nothing other
than to include that archicture-specific math.h header file as the
system math.h header file.
@@ -1200,6 +1200,8 @@ apps
| | `- README.txt
| |- install
| | `- README.txt
+ | |- usbmsc
+ | | `- README.txt
| `- zmodem
| `- README.txt
`- README.txt