Commit 60a648c3 authored by Matteo DB's avatar Matteo DB
Browse files

fix lo values + cal off

parent ccffb29e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -136,7 +136,6 @@ void CComponentCore::activate(const char *mode) throw (ReceiversErrors::ModeErro

    // Basic operations
    lnaOn(); // throw (ReceiversErrors::NoRemoteControlErrorExImpl,ReceiversErrors::ReceiverControlBoardErrorExImpl)    
    externalCalOff();
    // Remote control check
    bool answer;
    try {
+1 −0
Original line number Diff line number Diff line
@@ -192,6 +192,7 @@ double MixerOperator::getValue() throw (ReceiversErrors::LocalOscillatorErrorExI
    try{
    	#ifndef EXCLUDE_MIXER        
            m_loDev_1st->get(l_power, l_freq);
            l_freq -= l_setup.m_fixedLO2[0];
        #else
            return 0.0;
       #endif