run the loop watchdog timer properly during CW;

pull/55/head
Bryan Biedenkapp 2 years ago
parent f60ac33a34
commit 01b92641fd

@ -1379,6 +1379,9 @@ int Host::run()
ms = stopWatch.elapsed();
stopWatch.start();
m_mainLoopWatchdogTimer.start();
m_mainLoopMS = ms;
m_modem->clock(ms);
if (!first && !m_modem->hasTX()) {

Loading…
Cancel
Save

Powered by TurnKey Linux.