mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Handle some extra edge cases.
This commit is contained in:
parent
95e76f387c
commit
bc889f3d26
4 changed files with 10 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue