summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-24 20:49:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-24 20:49:01 +0000
commit73624b6e68013b718cee96dc8d3c628cb84431ba (patch)
tree2cc60df3d4276714aa0eb4ba5340a8dddffdabc0 /apps/examples/README.txt
parente79139d4ea59a424356d0b6695a2ce841267817d (diff)
downloadpx4-nuttx-73624b6e68013b718cee96dc8d3c628cb84431ba.tar.gz
px4-nuttx-73624b6e68013b718cee96dc8d3c628cb84431ba.tar.bz2
px4-nuttx-73624b6e68013b718cee96dc8d3c628cb84431ba.zip
Move NX header files to include/nuttx/nx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3816 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index b241b8f75..52a2d0f58 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -252,7 +252,7 @@ examples/nx
^^^^^^^^^^^
This directory contains a simple test of a subset of the NX APIs
- defined in include/nuttx/nx.h. The following configuration options
+ defined in include/nuttx/nx/nx.h. The following configuration options
can be selected:
CONFIG_EXAMPLES_NX_BUILTIN -- Build the NX example as a "built-in"
@@ -406,7 +406,7 @@ examples/nxtext
^^^^^^^^^^^^^^^
This directory contains another simple test of a subset of the NX APIs
- defined in include/nuttx/nx.h. This text focuses on text displays on
+ defined in include/nuttx/nx/nx.h. This text focuses on text displays on
the dispaly background combined with pop-up displays over the text.
The text display will continue to update while the pop-up is visible.