aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/USRPDevice.h
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-06-07 01:07:45 -0400
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-06-07 01:07:45 -0400
commitdf127bc74e5032020dc5bacd8bb52cd82f936b68 (patch)
tree885f43291c87600ee66aef076ed22be92f7e07b0 /Transceiver52M/USRPDevice.h
parent6512812e43179ae3e4bf85c3203f11e281f19cd0 (diff)
osmo-trx: Add an option to swap channels on UmTRX.
Diffstat (limited to 'Transceiver52M/USRPDevice.h')
-rw-r--r--Transceiver52M/USRPDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/USRPDevice.h b/Transceiver52M/USRPDevice.h
index 0807127..3f06c88 100644
--- a/Transceiver52M/USRPDevice.h
+++ b/Transceiver52M/USRPDevice.h
@@ -99,7 +99,7 @@ private:
USRPDevice(size_t sps, size_t chans = 1, bool diversity = false);
/** Instantiate the USRP */
- int open(const std::string &, bool);
+ int open(const std::string &, bool, bool);
/** Start the USRP */
bool start();