This commit is contained in:
Kuba 2023-11-03 09:24:22 +00:00
parent 33e5fb8626
commit 0d0c2ce15e
1 changed files with 10 additions and 10 deletions

View File

@ -62,16 +62,16 @@ const Morsecode code_table[] =
{'X', "-..- "},
{'Y', "-.-- "},
{'Z', "--.. "},
{'1', ".---- "},
{'2', "..--- "},
{'3', "...-- "},
{'4', "....- "},
{'5', "..... "},
{'6', "-.... "},
{'7', "--... "},
{'8', "---.. "},
{'9', "----. "},
{'0', "----- "}
{'1', ".---- "},
{'2', "..--- "},
{'3', "...-- "},
{'4', "....- "},
{'5', "..... "},
{'6', "-.... "},
{'7', "--... "},
{'8', "---.. "},
{'9', "----. "},
{'0', "----- "}
};
/*