From 73104a90f081c912cc6d700d6db1896e4e23dadf Mon Sep 17 00:00:00 2001 From: michael-west Date: Tue, 29 Jan 2019 10:41:39 -0800 Subject: RFNoC: Fix typos in legacy_compat Signed-off-by: michael-west --- host/lib/rfnoc/legacy_compat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/lib/rfnoc/legacy_compat.cpp b/host/lib/rfnoc/legacy_compat.cpp index b0fa42d3b..b4f2c522e 100644 --- a/host/lib/rfnoc/legacy_compat.cpp +++ b/host/lib/rfnoc/legacy_compat.cpp @@ -846,7 +846,7 @@ private: // methods mb_root(mboard_idx) / "tx_dsps" / radio_idx / chan); _tree->create(tx_dsp_base_path / "rate/value") .set(0.0) - .set_publisher(boost::bind(&radio_ctrl::get_output_samp_rate, + .set_publisher(boost::bind(&radio_ctrl::get_input_samp_rate, get_block_ctrl( mboard_idx, RADIO_BLOCK_NAME, radio_idx), chan)); @@ -1002,7 +1002,7 @@ private: // methods duc_src_flat[index].second, radio_block, each_snk_radio_block.second, - rx_bpp); + tx_bpp); down_stream_block = duc_snk_block; down_stream_port = duc_snk_flat[index].second; } -- cgit v1.2.3