summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/keyboard.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 8dea52799f..c48eced263 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -328,12 +328,7 @@ static void kbd_move_picker_vertical(struct keyboard_parameters *pm,
328int kbd_input(char* text, int buflen) 328int kbd_input(char* text, int buflen)
329{ 329{
330 bool done = false; 330 bool done = false;
331#ifdef CPU_ARM
332 /* This seems to keep the sizes for ARM way down */
333 struct keyboard_parameters * volatile param = kbd_param;
334#else
335 struct keyboard_parameters * const param = kbd_param; 331 struct keyboard_parameters * const param = kbd_param;
336#endif
337 struct edit_state state; 332 struct edit_state state;
338 int l; /* screen loop variable */ 333 int l; /* screen loop variable */
339 unsigned short ch; 334 unsigned short ch;