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 c75fc07 commit 2bd5998Copy full SHA for 2bd5998
src/utility/watchdog/Watchdog.cpp
@@ -70,7 +70,7 @@ void watchdog_enable()
70
DEBUG_WARNING("%s: watchdog could not be enabled", __FUNCTION__);
71
}
72
#else
73
-# error "ARDUINO_ARCH not defined."
+# error "Unknown ARDUINO_ARCH. Supported architectures are ARDUINO_ARCH_SAMD and ARDUINO_ARCH_MBED."
74
#endif
75
76
@@ -85,7 +85,7 @@ void watchdog_reset()
85
hal_watchdog_kick();
86
87
88
89
90
91
0 commit comments