diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-14 08:46:37 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-14 08:46:37 +0100 |
commit | bcf39bd3ff478deae0dcc51f1021ceb8700c22cc (patch) | |
tree | be97bd84040ec6549d1cb278ed6a1d0826f17eaf /src/output/SDR.h | |
parent | b3d71cdcdad02fb17f7d6e484a3e043def426782 (diff) | |
download | dabmod-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.h | 1 |
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; |