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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index d6fd847f08..a6c015aebf 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -130,7 +130,7 @@ static bool kbd_loaded = false;
130 130
131#ifdef HAVE_MORSE_INPUT 131#ifdef HAVE_MORSE_INPUT
132/* FIXME: We should put this to a configuration file. */ 132/* FIXME: We should put this to a configuration file. */
133static const char *morse_alphabets = 133static const char * const morse_alphabets =
134 "abcdefghijklmnopqrstuvwxyz1234567890,.?-@ "; 134 "abcdefghijklmnopqrstuvwxyz1234567890,.?-@ ";
135static const unsigned char morse_codes[] = { 135static const unsigned char morse_codes[] = {
136 0x05,0x18,0x1a,0x0c,0x02,0x12,0x0e,0x10,0x04,0x17,0x0d,0x14,0x07, 136 0x05,0x18,0x1a,0x0c,0x02,0x12,0x0e,0x10,0x04,0x17,0x0d,0x14,0x07,