diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-18 17:46:34 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-18 17:46:34 -0700 |
commit | 21e9cf4bece884ced5b7294e012be971e941c511 (patch) | |
tree | 634f4b8b27d9dc8a6ebfc2ab731bddf62d0bbe22 /host/lib/usrp/usrp2/mboard_impl.cpp | |
parent | 7c98884eda041b676584059ca3a63b11f1bbd505 (diff) | |
parent | 4ea8822a50073b01ede9e0b0f7c8c713767ea1b8 (diff) | |
download | uhd-21e9cf4bece884ced5b7294e012be971e941c511.tar.gz uhd-21e9cf4bece884ced5b7294e012be971e941c511.tar.bz2 uhd-21e9cf4bece884ced5b7294e012be971e941c511.zip |
Merge branch 'work'
Diffstat (limited to 'host/lib/usrp/usrp2/mboard_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/mboard_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/mboard_impl.cpp b/host/lib/usrp/usrp2/mboard_impl.cpp index 9ae68d158..f17efd88e 100644 --- a/host/lib/usrp/usrp2/mboard_impl.cpp +++ b/host/lib/usrp/usrp2/mboard_impl.cpp @@ -111,7 +111,7 @@ void usrp2_impl::issue_ddc_stream_cmd(const stream_cmd_t &stream_cmd){ //issue the stream command _iface->poke32(FR_RX_CTRL_STREAM_CMD, FR_RX_CTRL_MAKE_CMD( - (inst_samps)? stream_cmd.num_samps : ((inst_chain)? _max_rx_samples_per_packet : 1), + (inst_samps)? stream_cmd.num_samps : ((inst_chain)? get_max_recv_samps_per_packet() : 1), (stream_cmd.stream_now)? 1 : 0, (inst_chain)? 1 : 0, (inst_reload)? 1 : 0 |