mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
Fixed API change with newer libhydrasdr
This commit is contained in:
@@ -32,9 +32,9 @@ public:
|
|||||||
this->name = name;
|
this->name = name;
|
||||||
|
|
||||||
// Define the ports
|
// Define the ports
|
||||||
ports.define("rx0", "RX0", RF_PORT_RX0);
|
ports.define("rx0", "RX0", HYDRASDR_RF_PORT_RX0);
|
||||||
ports.define("rx1", "RX1", RF_PORT_RX1);
|
ports.define("rx1", "RX1", HYDRASDR_RF_PORT_RX1);
|
||||||
ports.define("rx2", "RX2", RF_PORT_RX2);
|
ports.define("rx2", "RX2", HYDRASDR_RF_PORT_RX2);
|
||||||
|
|
||||||
regStr[0] = 0;
|
regStr[0] = 0;
|
||||||
valStr[0] = 0;
|
valStr[0] = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user