summaryrefslogtreecommitdiff
path: root/nuttx/configs/ubw32/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-25 17:23:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-25 17:23:03 -0600
commit54cd9689cccad1949c067f40d500491851799221 (patch)
tree0413e3c52da1dafc9a3db7671b37ccc12d38c715 /nuttx/configs/ubw32/README.txt
parent55a34548ccc4fc7aa55ad585b007c7d77d8cf937 (diff)
downloadpx4-nuttx-54cd9689cccad1949c067f40d500491851799221.tar.gz
px4-nuttx-54cd9689cccad1949c067f40d500491851799221.tar.bz2
px4-nuttx-54cd9689cccad1949c067f40d500491851799221.zip
Move apps/examples/cdcacm to apps/system/cdcacm
Diffstat (limited to 'nuttx/configs/ubw32/README.txt')
-rw-r--r--nuttx/configs/ubw32/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/ubw32/README.txt b/nuttx/configs/ubw32/README.txt
index 985e5c919..44bdbb856 100644
--- a/nuttx/configs/ubw32/README.txt
+++ b/nuttx/configs/ubw32/README.txt
@@ -645,10 +645,10 @@ Where <subdir> is one of the following:
CONFIG_PL2303=y : Enable the Prolifics PL2303 emulation
CONFIG_CDCACM=y : or the CDC/ACM serial driver (not both)
- examples/cdcacm - The examples/cdcacm program can be included as an
+ system/cdcacm - The system/cdcacm program can be included as an
function by uncommenting the following line in the appconfig file:
- CONFIGURED_APPS += examples/cdcacm
+ CONFIGURED_APPS += system/cdcacm
and defining the following in your .config file: