Commit 5f418567 authored by Matteo DB's avatar Matteo DB
Browse files

fix

parent 60a648c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -191,6 +191,7 @@ double MixerOperator::getValue() throw (ReceiversErrors::LocalOscillatorErrorExI
    }
    try{
    	#ifndef EXCLUDE_MIXER        
            ReceiverConfHandler::ConfigurationSetup l_setup= m_configuration->getCurrentSetup();
            m_loDev_1st->get(l_power, l_freq);
            l_freq -= l_setup.m_fixedLO2[0];
        #else