Fix USRP1 build with support for setting Rx/TxAntenna

The USRP1 build was broken by commit 77ce99ac67.

Commit 77ce99ac67 broke the USRP1 build

Change-Id: I28585947d5662cdd580a814cce54a5d9aa30eeb8
This commit is contained in:
Alexander Huemer 2018-02-27 22:35:37 +01:00
parent 3da1f8352e
commit 3f52f0e6c5
1 changed files with 1 additions and 0 deletions

View File

@ -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_