From 1d7cba5c6ce0cfa7545053fe213e2f1a268ae5bc Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 11 Nov 2021 10:29:29 +0100 Subject: tests: Fix rfnoc_graph mock nodes stop-stream command Thanks to Github user johnwstanford for pointing this out. --- host/tests/rfnoc_graph_mock_nodes.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/tests/rfnoc_graph_mock_nodes.hpp') diff --git a/host/tests/rfnoc_graph_mock_nodes.hpp b/host/tests/rfnoc_graph_mock_nodes.hpp index 688886538..0cde78cdc 100644 --- a/host/tests/rfnoc_graph_mock_nodes.hpp +++ b/host/tests/rfnoc_graph_mock_nodes.hpp @@ -97,7 +97,7 @@ public: if (stream_mode == uhd::stream_cmd_t::STREAM_MODE_START_CONTINUOUS) { UHD_LOG_INFO(get_unique_id(), "Starting Stream!"); } else if (stream_mode - == uhd::stream_cmd_t::STREAM_MODE_START_CONTINUOUS) { + == uhd::stream_cmd_t::STREAM_MODE_STOP_CONTINUOUS) { UHD_LOG_INFO(get_unique_id(), "Stopping Stream!"); } else { this->last_num_samps = stream_cmd_action->stream_cmd.num_samps; -- cgit v1.2.3