Commit 5225da18 authored by marco-buttu's avatar marco-buttu
Browse files

No check on turnLNAon()

parent 70c3aee5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -416,10 +416,10 @@ void CComponentCore::lnaOn() throw (
        ReceiversErrors::ReceiverControlBoardErrorExImpl
        )
{
    if (checkStatusBit(LOCAL)) {
        _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOn()");
        throw impl;
    }
    // if (checkStatusBit(LOCAL)) {
    //     _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOn()");
    //     throw impl;
    // }
    try {
        m_control-> turnRightLNAsOn();
        m_control-> turnLeftLNAsOn();