Merge remote-tracking branch 'origin/soapy_support'

This commit is contained in:
Dimitri Stolnikov 2015-12-07 20:19:36 +01:00
commit 3198eb927a
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ void soapy_source_c::set_dc_offset( const std::complex<double> &offset, size_t c
void soapy_source_c::set_iq_balance_mode( int mode, size_t chan )
{
if (mode == osmosdr::source::IQBalanceOff) return; //no error on disable
throw std::runtime_error("soapy_source_c::set_iq_balance_mode() not supported");
}