aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/DriveLoop.cpp
diff options
context:
space:
mode:
authorThomas Tsou <tom@tsou.cc>2013-04-26 19:30:55 -0400
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-06-24 01:51:03 +0400
commit48f8fb34aadc9872f95805ba3f1d2ca3b39b3327 (patch)
treec074b07b12d2fa4d7a77367ff3133167afcfa888 /Transceiver52M/DriveLoop.cpp
parent40c3d0a6d93a4ba9c3f83206fa726b0292ddd5ec (diff)
Transceiver52M: Setup UmTRX dual carrier support
Diffstat (limited to 'Transceiver52M/DriveLoop.cpp')
-rw-r--r--Transceiver52M/DriveLoop.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Transceiver52M/DriveLoop.cpp b/Transceiver52M/DriveLoop.cpp
index 1f1ea7c..cd84d03 100644
--- a/Transceiver52M/DriveLoop.cpp
+++ b/Transceiver52M/DriveLoop.cpp
@@ -26,9 +26,9 @@
#include <Logger.h>
DriveLoop::DriveLoop(int wBasePort, const char *TRXAddress,
+ RadioInterface *wRadioInterface,
int wChanM, int wC0, int wSamplesPerSymbol,
- GSM::Time wTransmitLatency,
- RadioInterface *wRadioInterface)
+ GSM::Time wTransmitLatency)
:mClockSocket(wBasePort, TRXAddress, wBasePort + 100), mC0(wC0)
{
mChanM = wChanM;