mirror of https://github.com/ARMmbed/mbed-os.git
parent
78b55c3ffc
commit
a28d6ec615
|
@ -147,6 +147,7 @@ lorawan_status_t LoRaMacClassB::disable(void)
|
||||||
_opstatus.ping_on = 0;
|
_opstatus.ping_on = 0;
|
||||||
_lora_time->stop(_beacon_timer);
|
_lora_time->stop(_beacon_timer);
|
||||||
_lora_time->stop(_ping_slot_timer);
|
_lora_time->stop(_ping_slot_timer);
|
||||||
|
_lora_time->stop(_beacon_acq_timer);
|
||||||
|
|
||||||
return LORAWAN_STATUS_OK;
|
return LORAWAN_STATUS_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue