diff options
Diffstat (limited to 'usrp/host/lib/inband/usrp_usb_interface.h')
-rw-r--r-- | usrp/host/lib/inband/usrp_usb_interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp/host/lib/inband/usrp_usb_interface.h b/usrp/host/lib/inband/usrp_usb_interface.h index 8efce2ff66..6c2c157680 100644 --- a/usrp/host/lib/inband/usrp_usb_interface.h +++ b/usrp/host/lib/inband/usrp_usb_interface.h @@ -42,10 +42,10 @@ class usrp_usb_interface : public mb_mblock long d_ntx_chan; long d_nrx_chan; - long d_fpga_debug; - bool d_fake_usrp; + bool d_rx_reading; + long d_interp_tx; long d_decim_rx; |