mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 21:23:16 +00:00
Fix USRP1 build with support for setting Rx/TxAntenna
The USRP1 build was broken by commit77ce99ac67. Commit77ce99ac67broke the USRP1 build Change-Id: I28585947d5662cdd580a814cce54a5d9aa30eeb8 (cherry picked from commit3f52f0e6c5)
This commit is contained in:
committed by
Pau Espin Pedrol
parent
c92dad32dd
commit
9ee4df8760
@@ -198,6 +198,7 @@ private:
|
||||
inline double numberRead() { return samplesRead; }
|
||||
inline double numberWritten() { return samplesWritten; }
|
||||
|
||||
std::vector<std::string> tx_paths, rx_paths;
|
||||
};
|
||||
|
||||
#endif // _USRP_DEVICE_H_
|
||||
|
||||
Reference in New Issue
Block a user