Update comment.

pull/893/head
Mooneer Salem 2025-06-03 19:25:42 -07:00
parent b332678382
commit 6cc55fcbaf
1 changed files with 1 additions and 1 deletions

View File

@ -2260,7 +2260,7 @@ void MainFrame::performFreeDVOn_()
{ {
#ifdef _USE_TIMER #ifdef _USE_TIMER
m_plotTimer.Start(_REFRESH_TIMER_PERIOD, wxTIMER_CONTINUOUS); m_plotTimer.Start(_REFRESH_TIMER_PERIOD, wxTIMER_CONTINUOUS);
m_updFreqStatusTimer.Start(1000); // every 5 seconds[UP] m_updFreqStatusTimer.Start(1000); // every 1 second[UP]
#endif // _USE_TIMER #endif // _USE_TIMER
}); });
} }