aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/SDR.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-14 08:46:37 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-14 08:46:37 +0100
commitbcf39bd3ff478deae0dcc51f1021ceb8700c22cc (patch)
treebe97bd84040ec6549d1cb278ed6a1d0826f17eaf /src/output/SDR.h
parentb3d71cdcdad02fb17f7d6e484a3e043def426782 (diff)
downloaddabmod-bcf39bd3ff478deae0dcc51f1021ceb8700c22cc.tar.gz
dabmod-bcf39bd3ff478deae0dcc51f1021ceb8700c22cc.tar.bz2
dabmod-bcf39bd3ff478deae0dcc51f1021ceb8700c22cc.zip
Fix timestamp handling
Diffstat (limited to 'src/output/SDR.h')
-rw-r--r--src/output/SDR.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/output/SDR.h b/src/output/SDR.h
index 8affaf9..4c7de5a 100644
--- a/src/output/SDR.h
+++ b/src/output/SDR.h
@@ -83,7 +83,6 @@ class SDR : public ModOutput, public ModMetadata, public RemoteControllable {
std::shared_ptr<DPDFeedbackServer> m_dpd_feedback_server;
- bool sourceContainsTimestamp = false;
bool last_tx_time_initialised = false;
uint32_t last_tx_second = 0;
uint32_t last_tx_pps = 0;