From c4bac3b298d557148111876b8c1adff2c9dc9847 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sun, 23 Oct 2022 21:11:04 +0200 Subject: [PATCH] twinrx fix --- source_modules/usrp_source/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source_modules/usrp_source/src/main.cpp b/source_modules/usrp_source/src/main.cpp index 8eb47c21..4127a8ce 100644 --- a/source_modules/usrp_source/src/main.cpp +++ b/source_modules/usrp_source/src/main.cpp @@ -120,7 +120,7 @@ public: for (int i = 0; i < subdevs.size(); i++) { std::string slot = subdevs[i].db_name; sprintf(buf, "%s [%s]", dev->get_rx_subdev_name(i).c_str(), slot.c_str()); - channels.define(buf, buf, slot); + channels.define(buf, buf, buf); } // Select channel