diff options
Diffstat (limited to 'host/lib/rfnoc/null_block_control.cpp')
-rw-r--r-- | host/lib/rfnoc/null_block_control.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/host/lib/rfnoc/null_block_control.cpp b/host/lib/rfnoc/null_block_control.cpp index be0738b76..21042453d 100644 --- a/host/lib/rfnoc/null_block_control.cpp +++ b/host/lib/rfnoc/null_block_control.cpp @@ -162,9 +162,11 @@ private: }); } - /************************************************************************** - * FPGA communication (register IO) - *************************************************************************/ + void deinit() + { + issue_stream_cmd(stream_cmd_t::STREAM_MODE_STOP_CONTINUOUS); + } + /************************************************************************** * Attributes |