summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-03 00:24:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-03 00:24:25 +0000
commita40fbe1059f5c03691c2d26324586f17656b888c (patch)
tree94307321209a4d28069b7f419f24bea656aa5481 /nuttx/graphics/nxmu
parent019f7a26403f9f9f4aa8fc91a14bf199d3c06b6c (diff)
downloadpx4-nuttx-a40fbe1059f5c03691c2d26324586f17656b888c.tar.gz
px4-nuttx-a40fbe1059f5c03691c2d26324586f17656b888c.tar.bz2
px4-nuttx-a40fbe1059f5c03691c2d26324586f17656b888c.zip
Fix bad conditional compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1396 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/nxmu')
-rw-r--r--nuttx/graphics/nxmu/nx_eventhandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxmu/nx_eventhandler.c b/nuttx/graphics/nxmu/nx_eventhandler.c
index 830ff6f00..2b7891766 100644
--- a/nuttx/graphics/nxmu/nx_eventhandler.c
+++ b/nuttx/graphics/nxmu/nx_eventhandler.c
@@ -210,7 +210,7 @@ int nx_eventhandler(NXHANDLE handle)
}
break;
-#ifdef CONFIG_NX_KBD
+#ifdef CONFIG_NX_MOUSE
case NX_CLIMSG_MOUSEIN:
{
FAR struct nxclimsg_mousein_s *mouse = (FAR struct nxclimsg_mousein_s *)buffer;