mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
Fix conditional compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1334 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
6506ad093c
commit
d7db3259ee
1 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ struct nxclimsg_mousein_s
|
|||
|
||||
/* This message reports a new keypad event to a particular window */
|
||||
|
||||
#ifdef CONFIG_NX_KBDIN
|
||||
#ifdef CONFIG_NX_KBD
|
||||
struct nxclimsg_key
|
||||
{
|
||||
uint32 msgid; /* NX_CLIMSG_KBDIN */
|
||||
|
@ -370,7 +370,7 @@ struct nxsvrmsg_mousein_s
|
|||
* interrupt handler).
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_NX_EXTERNKBD
|
||||
#ifdef CONFIG_NX_KBD
|
||||
struct nxsvrmsg_kbdin_s
|
||||
{
|
||||
uint32 msgid; /* NX_SVRMSG_KBDIN */
|
||||
|
|
Loading…
Reference in a new issue