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', "-..- "}, {'X', "-..- "},
{'Y', "-.-- "}, {'Y', "-.-- "},
{'Z', "--.. "}, {'Z', "--.. "},
{'1', ".---- "}, {'1', ".---- "},
{'2', "..--- "}, {'2', "..--- "},
{'3', "...-- "}, {'3', "...-- "},
{'4', "....- "}, {'4', "....- "},
{'5', "..... "}, {'5', "..... "},
{'6', "-.... "}, {'6', "-.... "},
{'7', "--... "}, {'7', "--... "},
{'8', "---.. "}, {'8', "---.. "},
{'9', "----. "}, {'9', "----. "},
{'0', "----- "} {'0', "----- "}
}; };
/* /*