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 8f2960d commit 02e0f30Copy full SHA for 02e0f30
src/utility/watchdog/Watchdog.cpp
@@ -78,7 +78,7 @@ void wifi_nina_feed_watchdog()
78
void mbed_watchdog_enable()
79
{
80
watchdog_config_t cfg;
81
-#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M)
+#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4)
82
cfg.timeout_ms = PORTENTA_H7_WATCHDOG_MAX_TIMEOUT_ms;
83
#elif defined(ARDUINO_NANO_RP2040_CONNECT)
84
cfg.timeout_ms = NANO_RP2040_WATCHDOG_MAX_TIMEOUT_ms;
0 commit comments