summaryrefslogtreecommitdiff
path: root/apps/recorder/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/keyboard.c')
-rw-r--r--apps/recorder/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index c1bd25e0aa..b1a28c29b4 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -33,7 +33,7 @@
33#define KEYBOARD_LINES 4 33#define KEYBOARD_LINES 4
34#define KEYBOARD_PAGES 3 34#define KEYBOARD_PAGES 3
35 35
36#ifdef HAVE_RECORDER_KEYPAD 36#if CONFIG_KEYPAD == RECORDER_PAD
37static void kbd_setupkeys(const char* line[KEYBOARD_LINES], int page) 37static void kbd_setupkeys(const char* line[KEYBOARD_LINES], int page)
38{ 38{
39 switch (page) { 39 switch (page) {
@@ -77,7 +77,7 @@ void kbd_spellchar(char c)
77 77
78int kbd_input(char* text, int buflen) 78int kbd_input(char* text, int buflen)
79{ 79{
80#ifndef HAVE_RECORDER_KEYPAD 80#if CONFIG_KEYPAD != RECORDER_PAD
81 (void)text; 81 (void)text;
82 (void)buflen; 82 (void)buflen;
83 splash(HZ*2, true, "Keyboard not implemented yet"); 83 splash(HZ*2, true, "Keyboard not implemented yet");