summaryrefslogtreecommitdiff
path: root/apps/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 17:05:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 17:05:00 +0000
commit880aa24ce3cb2bae6decbbdb2650f91a2547ba53 (patch)
tree6e7738015216d3c39847602e0ea776a3e14faa19 /apps/README.txt
parentd904fafdf2f9f7ad686bd9d8b616aa310f5346eb (diff)
downloadpx4-nuttx-880aa24ce3cb2bae6decbbdb2650f91a2547ba53.tar.gz
px4-nuttx-880aa24ce3cb2bae6decbbdb2650f91a2547ba53.tar.bz2
px4-nuttx-880aa24ce3cb2bae6decbbdb2650f91a2547ba53.zip
Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_builtin.c to binfmt/libbuiltin/libbuiltin_utils.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5524 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/README.txt')
-rw-r--r--apps/README.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/README.txt b/apps/README.txt
index 4a336abdb..55accfcf6 100644
--- a/apps/README.txt
+++ b/apps/README.txt
@@ -7,7 +7,6 @@ Contents
General
Directory Location
Built-In Applications
- Built-In Startup main() function
NuttShell (NSH) Built-In Commands
Synchronous Built-In Commands
Application Configuration File
@@ -62,7 +61,7 @@ collected during the make context build phase.
To execute an application function:
- exec_builtin() is defined in the nuttx/include/apps/apps.h
+ exec_builtin() is defined in the nuttx/include/apps/builtin.h
NuttShell (NSH) Built-In Commands
---------------------------------