summaryrefslogtreecommitdiff
path: root/firmware/drivers/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/serial.c')
-rw-r--r--firmware/drivers/serial.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/serial.c b/firmware/drivers/serial.c
index 8fe051dd9e..bc32dde5eb 100644
--- a/firmware/drivers/serial.c
+++ b/firmware/drivers/serial.c
@@ -91,6 +91,7 @@ int remote_control_rx(void)
91 } 91 }
92 else 92 else
93 { 93 {
94#ifndef HAVE_NEO_KEYPAD /* This needs to be fixed for Neo */
94 switch (btn) 95 switch (btn)
95 { 96 {
96 case STOP: 97 case STOP:
@@ -126,6 +127,7 @@ int remote_control_rx(void)
126 last_valid_button = BUTTON_NONE; 127 last_valid_button = BUTTON_NONE;
127 break; 128 break;
128 } 129 }
130#endif
129 } 131 }
130 } 132 }
131 else 133 else