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, 3 insertions, 1 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index d17bcaf36b..1ab04e705d 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -174,8 +174,10 @@ static void kbd_spellchar(char c)
174 174
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 int page = 0; 179 int page = 0;
180#endif
179 int font_w = 0, font_h = 0, i; 181 int font_w = 0, font_h = 0, i;
180 int x = 0, y = 0; 182 int x = 0, y = 0;
181 int main_x, main_y, max_chars; 183 int main_x, main_y, max_chars;