summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-28 17:59:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-28 17:59:59 +0000
commit2bc440dc23bf8bb26198f1a853d7edf29b9c91ec (patch)
tree88f0196146c647fdd63e8572c56e498647223f98
parentc44650272643a16021d116e49e122e0770bfc950 (diff)
downloadpx4-nuttx-2bc440dc23bf8bb26198f1a853d7edf29b9c91ec.tar.gz
px4-nuttx-2bc440dc23bf8bb26198f1a853d7edf29b9c91ec.tar.bz2
px4-nuttx-2bc440dc23bf8bb26198f1a853d7edf29b9c91ec.zip
Fix conditional compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1334 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/graphics/nxmu/nxfe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/graphics/nxmu/nxfe.h b/nuttx/graphics/nxmu/nxfe.h
index 7ba7ed584..8aa14af3c 100644
--- a/nuttx/graphics/nxmu/nxfe.h
+++ b/nuttx/graphics/nxmu/nxfe.h
@@ -219,7 +219,7 @@ struct nxclimsg_mousein_s
/* This message reports a new keypad event to a particular window */
-#ifdef CONFIG_NX_KBDIN
+#ifdef CONFIG_NX_KBD
struct nxclimsg_key
{
uint32 msgid; /* NX_CLIMSG_KBDIN */
@@ -370,7 +370,7 @@ struct nxsvrmsg_mousein_s
* interrupt handler).
*/
-#ifdef CONFIG_NX_EXTERNKBD
+#ifdef CONFIG_NX_KBD
struct nxsvrmsg_kbdin_s
{
uint32 msgid; /* NX_SVRMSG_KBDIN */