aboutsummaryrefslogtreecommitdiff
path: root/apps/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-03 23:36:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-03 23:36:54 +0000
commit14b3f41aa6613f94616d7d6bcba5454c7f8caf8a (patch)
treef0f5a2269133af96922976d7d733857228a0d91d /apps/README.txt
parent96a334a758bbdc466ba8ae0cb20f2f79958623ec (diff)
downloadpx4-firmware-14b3f41aa6613f94616d7d6bcba5454c7f8caf8a.tar.gz
px4-firmware-14b3f41aa6613f94616d7d6bcba5454c7f8caf8a.tar.bz2
px4-firmware-14b3f41aa6613f94616d7d6bcba5454c7f8caf8a.zip
Delete the apps/vsn directory (moved commands to apps/system)
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5208 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/README.txt')
-rw-r--r--apps/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/README.txt b/apps/README.txt
index f9c9ececd..7a379254e 100644
--- a/apps/README.txt
+++ b/apps/README.txt
@@ -107,7 +107,7 @@ NuttX is configured. .config is included in the toplevel apps/Makefile.
As a minimum, this configuration file must define files to add to the
CONFIGURED_APPS list like:
- CONFIGURED_APPS += examples/hello vsn/poweroff
+ CONFIGURED_APPS += examples/hello system/poweroff
Named Start-Up main() function
------------------------------