We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0495a commit 70920d4Copy full SHA for 70920d4
UNITTESTS/stubs/LoRaWANTimer_stub.cpp
@@ -62,3 +62,8 @@ void LoRaWANTimeHandler::stop(timer_event_t &obj)
62
{
63
obj.timer_id = 0;
64
}
65
+
66
+void LoRaWANTimeHandler::clear(timer_event_t &obj)
67
+{
68
+ obj.timer_id = 0;
69
+}
0 commit comments