Handle some extra edge cases.

This commit is contained in:
Jonathan Naylor 2020-04-17 13:11:21 +01:00
parent 95e76f387c
commit bc889f3d26
4 changed files with 10 additions and 4 deletions

View file

@ -154,6 +154,9 @@ void CFMKeyer::getAudio(q15_t* samples, uint8_t length)
void CFMKeyer::start()
{
if (isRunning())
return;
m_wanted = true;
m_poPos = 0U;
m_dotPos = 0U;