summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/graphics/nxmu/nxfe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/graphics/nxmu/nxfe.h b/nuttx/graphics/nxmu/nxfe.h
index 7ba7ed584..8aa14af3c 100644
--- a/nuttx/graphics/nxmu/nxfe.h
+++ b/nuttx/graphics/nxmu/nxfe.h
@@ -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 */