Lora: Add LoRaWANTimer::clear in stubs

pull/14422/head
Vincent Coubard 2021-03-12 09:48:50 +00:00
parent 9e0495a770
commit 70920d442f
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}