From 7f8eb9eb1daf9d12de2d3d607c529067fb1bf138 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 3 Dec 2008 00:24:25 +0000 Subject: [PATCH] Fix bad conditional compilation git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1396 42af7a65-404d-4744-a932-0658087f49c3 --- graphics/nxmu/nx_eventhandler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/nxmu/nx_eventhandler.c b/graphics/nxmu/nx_eventhandler.c index 830ff6f00f..2b78917661 100644 --- a/graphics/nxmu/nx_eventhandler.c +++ b/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;