diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp index 36163fad..4db0aaa5 100644 --- a/Transceiver52M/Transceiver.cpp +++ b/Transceiver52M/Transceiver.cpp @@ -694,7 +694,7 @@ SoftVector *Transceiver::pullRadioVector(GSM::Time &wTime, double &RSSI, bool &i return NULL; } - timingOffset = toa / mSPSRx; + timingOffset = toa; bits = demodulate(*burst, amp, toa, type);