mirror of https://github.com/ARMmbed/mbed-os.git
Lora: Add LoRaWANTimer::clear in stubs
parent
9e0495a770
commit
70920d442f
|
@ -62,3 +62,8 @@ void LoRaWANTimeHandler::stop(timer_event_t &obj)
|
|||
{
|
||||
obj.timer_id = 0;
|
||||
}
|
||||
|
||||
void LoRaWANTimeHandler::clear(timer_event_t &obj)
|
||||
{
|
||||
obj.timer_id = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue