aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-06-20 01:37:54 +0300
committerTom Tsou <tom.tsou@ettus.com>2015-07-30 14:23:32 -0700
commit37229201002e0b3d8b16087d37d3f9528219528f (patch)
tree5f5a5948d471b4fad42f413445660207b9965b79 /Transceiver52M
parentf3b9af65ed1709f19bc6c00e2a6a9514f4215570 (diff)
Transceiver: Fix whitespace.
Signed-off-by: Tom Tsou <tom.tsou@ettus.com>
Diffstat (limited to 'Transceiver52M')
-rw-r--r--Transceiver52M/Transceiver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index 2816ae5..4c9b829 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -227,11 +227,11 @@ private:
int mSPSRx; ///< number of samples per Rx symbol
size_t mChans;
- bool mOn; ///< flag to indicate that transceiver is powered on
+ bool mOn; ///< flag to indicate that transceiver is powered on
double mTxFreq; ///< the transmit frequency
double mRxFreq; ///< the receive frequency
unsigned mTSC; ///< the midamble sequence code
- unsigned mMaxExpectedDelay; ///< maximum expected time-of-arrival offset in GSM symbols
+ unsigned mMaxExpectedDelay; ///< maximum expected time-of-arrival offset in GSM symbols
unsigned mWriteBurstToDiskMask; ///< debug: bitmask to indicate which timeslots to dump to disk
std::vector<TransceiverState> mStates;