Skip to content

Commit 70920d4

Browse files
committed
Lora: Add LoRaWANTimer::clear in stubs
1 parent 9e0495a commit 70920d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UNITTESTS/stubs/LoRaWANTimer_stub.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,8 @@ void LoRaWANTimeHandler::stop(timer_event_t &obj)
6262
{
6363
obj.timer_id = 0;
6464
}
65+
66+
void LoRaWANTimeHandler::clear(timer_event_t &obj)
67+
{
68+
obj.timer_id = 0;
69+
}

0 commit comments

Comments
 (0)