Fix bad conditional compilation

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1396 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-12-03 00:24:25 +00:00
parent 52ca6f16a6
commit 7f8eb9eb1d

View file

@ -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;