From 92539438c228b784a0254d9b2aae143686fa672e Mon Sep 17 00:00:00 2001 From: michael-west Date: Mon, 17 Aug 2015 14:41:46 -0700 Subject: B2XX: Added B200mini support --- host/lib/usrp/e300/e300_remote_codec_ctrl.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'host/lib/usrp/e300/e300_remote_codec_ctrl.cpp') diff --git a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp index 1e0895393..be98f4027 100644 --- a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp +++ b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp @@ -242,6 +242,11 @@ public: UHD_MSG(warning) << "Attempting to set filter on E300 in network mode." << std::endl; } + void output_digital_test_tone(bool enb) + { + UHD_THROW_INVALID_CODE_PATH(); + } + private: void _transact() { { -- cgit v1.2.3