diff options
Diffstat (limited to 'Transceiver52M/radioInterface.cpp')
-rw-r--r-- | Transceiver52M/radioInterface.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Transceiver52M/radioInterface.cpp b/Transceiver52M/radioInterface.cpp index d55761a..317d2b4 100644 --- a/Transceiver52M/radioInterface.cpp +++ b/Transceiver52M/radioInterface.cpp @@ -157,6 +157,11 @@ int RadioInterface::unRadioifyVector(float *floatVector, return newVector.size(); } +void RadioInterface::adjustClock(GSM::Time &offset) +{ + mClock.adjust(offset); +} + bool RadioInterface::tuneTx(double freq, size_t chan) { return mRadio->setTxFreq(freq, chan); |