damn
This commit is contained in:
parent
33e5fb8626
commit
0d0c2ce15e
|
|
@ -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', "----- "}
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue