Add the dot to the CW Id.

This commit is contained in:
Jonathan Naylor 2020-05-05 21:00:36 +01:00
parent f8e119c26b
commit bd16d13531
1 changed files with 1 additions and 1 deletions

View File

@ -77,6 +77,7 @@ const struct {
{',', 0xEEAEE000U, 22U},
{'-', 0xEAAE0000U, 18U},
{'=', 0xEAB80000U, 16U},
{'.', 0xBAEB8000U, 20U},
{' ', 0x00000000U, 4U},
{0U, 0x00000000U, 0U}
};
@ -170,4 +171,3 @@ void CCWIdTX::reset()
m_poPtr = 0U;
m_n = 0U;
}