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:
parent
52ca6f16a6
commit
7f8eb9eb1d
@ -210,7 +210,7 @@ int nx_eventhandler(NXHANDLE handle)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifdef CONFIG_NX_KBD
|
#ifdef CONFIG_NX_MOUSE
|
||||||
case NX_CLIMSG_MOUSEIN:
|
case NX_CLIMSG_MOUSEIN:
|
||||||
{
|
{
|
||||||
FAR struct nxclimsg_mousein_s *mouse = (FAR struct nxclimsg_mousein_s *)buffer;
|
FAR struct nxclimsg_mousein_s *mouse = (FAR struct nxclimsg_mousein_s *)buffer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user