summaryrefslogtreecommitdiff
path: root/apps/examples/nxconsole/nxcon_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-28 01:52:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-28 01:52:00 +0000
commit6402e6269bd2f9619b7a7b21bab9a1fedc6f360b (patch)
tree798ae3360b28c3da16566c60b714d17107557c5d /apps/examples/nxconsole/nxcon_internal.h
parentc2853cbc580b343ff45c3befc1b484ffc2a2ecfe (diff)
downloadnuttx-6402e6269bd2f9619b7a7b21bab9a1fedc6f360b.tar.gz
nuttx-6402e6269bd2f9619b7a7b21bab9a1fedc6f360b.tar.bz2
nuttx-6402e6269bd2f9619b7a7b21bab9a1fedc6f360b.zip
More NX Console fixes... good progress but still not ready for prime time
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4533 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nxconsole/nxcon_internal.h')
-rw-r--r--apps/examples/nxconsole/nxcon_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxconsole/nxcon_internal.h b/apps/examples/nxconsole/nxcon_internal.h
index 06c989551..f5d88e600 100644
--- a/apps/examples/nxconsole/nxcon_internal.h
+++ b/apps/examples/nxconsole/nxcon_internal.h
@@ -71,7 +71,7 @@
# define CONFIG_EXAMPLES_NXCON_VPLANE 0
#endif
-/* Pixel depth. If non provided, pick the smallest enabled pixel depth */
+/* Pixel depth. If none provided, pick the smallest enabled pixel depth */
#ifndef CONFIG_EXAMPLES_NXCON_BPP
# if !defined(CONFIG_NX_DISABLE_1BPP)