Skip to content
Snippets Groups Projects
Commit 7f8eb9eb authored by patacongo's avatar patacongo
Browse files

Fix bad conditional compilation

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1396 42af7a65-404d-4744-a932-0658087f49c3
parent 52ca6f16
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment