We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac87510 commit 5b03e50Copy full SHA for 5b03e50
src/utility/watchdog/Watchdog.cpp
@@ -41,8 +41,9 @@
41
/******************************************************************************
42
* GLOBAL VARIABLES
43
******************************************************************************/
44
-
+#if defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_MBED)
45
static bool is_watchdog_enabled = false;
46
+#endif
47
48
49
* FUNCTION DEFINITION
0 commit comments