diff options
author | Alexander Chemeris <Alexander.Chemeris@gmail.com> | 2015-06-20 01:37:54 +0300 |
---|---|---|
committer | Alexander Chemeris <Alexander.Chemeris@gmail.com> | 2015-06-20 01:37:54 +0300 |
commit | 139c84564c4a09a8ee0f930f8c33b79a08c87c50 (patch) | |
tree | 690737ef1a284c01210781ade4bf1ff96417c203 | |
parent | uhd: Fix UmTRX tuning broken in commit 90f7a01d. (diff) | |
download | OsmoTRX-139c84564c4a09a8ee0f930f8c33b79a08c87c50.tar.xz OsmoTRX-139c84564c4a09a8ee0f930f8c33b79a08c87c50.zip |
Transceiver: Fix whitespace.
-rw-r--r-- | Transceiver52M/Transceiver.h | 4 |
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; |