Index: Transceiver/USRPDevice.cpp =================================================================== --- Transceiver/USRPDevice.cpp (revision 10235) +++ Transceiver/USRPDevice.cpp (working copy) @@ -170,7 +170,7 @@ } } - if (!m_uTx) { + if (!m_uRx) { COUT("make failed on Rx"); return false; }