Add the dot to the FM keyer.

This commit is contained in:
Jonathan Naylor 2020-05-05 21:02:56 +01:00
parent 9978a75651
commit 79a09e61fa
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ const struct {
{',', 0xEEAEE000U, 22U}, {',', 0xEEAEE000U, 22U},
{'-', 0xEAAE0000U, 18U}, {'-', 0xEAAE0000U, 18U},
{'=', 0xEAB80000U, 16U}, {'=', 0xEAB80000U, 16U},
{'.', 0xBAEB8000U, 20U},
{' ', 0x00000000U, 4U}, {' ', 0x00000000U, 4U},
{0U, 0x00000000U, 0U} {0U, 0x00000000U, 0U}
}; };