From 2f1dca3c49dd7ca19e6d9b780eae94d83ee4762a Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Mon, 15 Oct 2018 02:29:40 -0400 Subject: [PATCH] Updated comments --- mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 7ede28a..ce0cd9f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4460,12 +4460,12 @@ void MainWindow::guiUpdate() tryBandHop(); } - // once at the end of the period + // at the end of the period bool forceDirty = false; if(m_sec0 % (m_TRperiod-2) == 0 || m_sec0 % (m_TRperiod-1) == 0 || m_sec0 % (m_TRperiod) == 0){ - // force rx dirty once times per period + // force rx dirty at the end of the period forceDirty = true; }