Skip to content
Snippets Groups Projects
Commit 5225da18 authored by marco-buttu's avatar marco-buttu
Browse files

No check on turnLNAon()

parent 70c3aee5
No related branches found
No related tags found
No related merge requests found
...@@ -416,10 +416,10 @@ void CComponentCore::lnaOn() throw ( ...@@ -416,10 +416,10 @@ void CComponentCore::lnaOn() throw (
ReceiversErrors::ReceiverControlBoardErrorExImpl ReceiversErrors::ReceiverControlBoardErrorExImpl
) )
{ {
if (checkStatusBit(LOCAL)) { // if (checkStatusBit(LOCAL)) {
_EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOn()"); // _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOn()");
throw impl; // throw impl;
} // }
try { try {
m_control-> turnRightLNAsOn(); m_control-> turnRightLNAsOn();
m_control-> turnLeftLNAsOn(); m_control-> turnLeftLNAsOn();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment