From 5225da18bad25f87a82de778d2be08b4d67092b4 Mon Sep 17 00:00:00 2001 From: marco-buttu Date: Wed, 4 Mar 2020 13:09:44 +0000 Subject: [PATCH] No check on turnLNAon() --- .../Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp b/Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp index 2601df632..de82683c5 100644 --- a/Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp +++ b/Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp @@ -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(); -- GitLab