mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 22:46:22 +02:00
Handle some extra edge cases.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user