summaryrefslogtreecommitdiff
path: root/apps/examples/nxconsole/nxcon_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-28 00:10:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-28 00:10:43 +0000
commitc2853cbc580b343ff45c3befc1b484ffc2a2ecfe (patch)
treec93decb412e433193f06fc5602a9560119017d19 /apps/examples/nxconsole/nxcon_internal.h
parent3f871cbbae8fc67b704f267fadbb932046afd5ca (diff)
downloadnuttx-c2853cbc580b343ff45c3befc1b484ffc2a2ecfe.tar.gz
nuttx-c2853cbc580b343ff45c3befc1b484ffc2a2ecfe.tar.bz2
nuttx-c2853cbc580b343ff45c3befc1b484ffc2a2ecfe.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4532 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nxconsole/nxcon_internal.h')
-rw-r--r--apps/examples/nxconsole/nxcon_internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/examples/nxconsole/nxcon_internal.h b/apps/examples/nxconsole/nxcon_internal.h
index 5aaabfe97..06c989551 100644
--- a/apps/examples/nxconsole/nxcon_internal.h
+++ b/apps/examples/nxconsole/nxcon_internal.h
@@ -173,6 +173,12 @@
# endif
#endif
+/* Graphics Device */
+
+#ifndef CONFIG_EXAMPLES_NXCON_DEVNO
+# define CONFIG_EXAMPLES_NXCON_DEVNO 0
+#endif
+
/* NX Console Device */
#ifndef CONFIG_EXAMPLES_NXCON_MINOR