mirror of https://github.com/ARMmbed/mbed-os.git
Do only set the MacDone if the MAC is not in class c
parent
6114f2b3d5
commit
fc1696b74f
|
|
@ -744,7 +744,9 @@ void LoRaMac::on_radio_rx_error( void )
|
|||
|
||||
mlme.get_confirmation().status = LORAMAC_EVENT_INFO_STATUS_RX2_ERROR;
|
||||
|
||||
_params.flags.bits.mac_done = 1;
|
||||
if (_params.dev_class != CLASS_C) {
|
||||
_params.flags.bits.mac_done = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue