diff options
-rw-r--r-- | gr-usrp/apps/usrp_rx_cfile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-usrp/apps/usrp_rx_cfile.cc b/gr-usrp/apps/usrp_rx_cfile.cc index c41a8deb4..d40ca58f7 100644 --- a/gr-usrp/apps/usrp_rx_cfile.cc +++ b/gr-usrp/apps/usrp_rx_cfile.cc @@ -131,7 +131,7 @@ usrp_rx_cfile::usrp_rx_cfile(int which, usrp_subdev_spec spec, /* Set the USRP/dboard frequency */ usrp_tune_result r; - bool ok = usrp->tune(subdev->which(), subdev, freq, &r); + bool ok = usrp->tune(0, subdev, freq, &r); //DDC 0 if(!ok) { throw std::runtime_error("Could not set frequency."); |