Code cleanup: Remove not required comments
This commit is contained in:
parent
1aef350c2e
commit
67e0d0274d
@ -196,12 +196,9 @@ uint8_t HoymilesRadio::getTxNxtChannel()
|
|||||||
|
|
||||||
void HoymilesRadio::switchRxCh()
|
void HoymilesRadio::switchRxCh()
|
||||||
{
|
{
|
||||||
|
|
||||||
// portDISABLE_INTERRUPTS();
|
|
||||||
_radio->stopListening();
|
_radio->stopListening();
|
||||||
_radio->setChannel(getRxNxtChannel());
|
_radio->setChannel(getRxNxtChannel());
|
||||||
_radio->startListening();
|
_radio->startListening();
|
||||||
// portENABLE_INTERRUPTS();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
serial_u HoymilesRadio::convertSerialToRadioId(serial_u serial)
|
serial_u HoymilesRadio::convertSerialToRadioId(serial_u serial)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user