mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user