diff options
Diffstat (limited to 'host/tests')
| -rw-r--r-- | host/tests/common/mock_ctrl_iface_impl.hpp | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/host/tests/common/mock_ctrl_iface_impl.hpp b/host/tests/common/mock_ctrl_iface_impl.hpp index ad60d32ef..f20858b63 100644 --- a/host/tests/common/mock_ctrl_iface_impl.hpp +++ b/host/tests/common/mock_ctrl_iface_impl.hpp @@ -23,5 +23,7 @@ class mock_ctrl_iface_impl : public uhd::rfnoc::ctrl_iface          const size_t data,          const bool readback      = false,          const uint64_t timestamp = 0); + +    void set_cmd_fifo_size(const size_t) {}  }; -#endif /* INCLUDED_MOCK_CTRL_IFACE_IMPL_HPP */
\ No newline at end of file +#endif /* INCLUDED_MOCK_CTRL_IFACE_IMPL_HPP */ | 
