Skip to content

Commit c543d14

Browse files
committed
Provide strong-implementations for weak watchdog functions within Arduino_ConnectionHandler.
1 parent 621c1a3 commit c543d14

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/utility/watchdog/Watchdog.cpp

+10
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ void wifi_nina_feed_watchdog()
7272
{
7373
samd_watchdog_reset();
7474
}
75+
76+
void mkr_gsm_feed_watchdog()
77+
{
78+
samd_watchdog_reset();
79+
}
80+
81+
void mkr_nb_feed_watchdog()
82+
{
83+
samd_watchdog_reset();
84+
}
7585
#endif /* ARDUINO_ARCH_SAMD */
7686

7787
#ifdef ARDUINO_ARCH_MBED

0 commit comments

Comments
 (0)