summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 83ead7b91f..58a6f21194 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -175,7 +175,7 @@ static void kbd_spellchar(char c)
175int kbd_input(char* text, int buflen) 175int kbd_input(char* text, int buflen)
176{ 176{
177 bool done = false; 177 bool done = false;
178#ifdef KBD_PAGE_FLIP 178#if defined(KBD_PAGE_FLIP) || (KEYBOARD_PAGES > 1)
179 int page = 0; 179 int page = 0;
180#endif 180#endif
181 int font_w = 0, font_h = 0, i; 181 int font_w = 0, font_h = 0, i;