mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue