File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ void ArduinoIoTCloudTCP::update()
321
321
_state = next_state;
322
322
323
323
/* This watchdog feed is actually needed only by the RP2040 CONNECT cause its
324
- * maximum watchdog window is 8388ms ; despite this we feed it for all
324
+ * maximum watchdog window is 8389ms ; despite this we feed it for all
325
325
* supported ARCH to keep code aligned.
326
326
*/
327
327
#ifdef ARDUINO_ARCH_SAMD
Original file line number Diff line number Diff line change 35
35
#ifdef ARDUINO_ARCH_MBED
36
36
# include < watchdog_api.h>
37
37
# define PORTENTA_H7_WATCHDOG_MAX_TIMEOUT_ms (32760 )
38
- # define NANO_RP2040_WATCHDOG_MAX_TIMEOUT_ms (32760 )
38
+ # define NANO_RP2040_WATCHDOG_MAX_TIMEOUT_ms (8389 )
39
39
#endif /* ARDUINO_ARCH_MBED */
40
40
41
41
/* *****************************************************************************
You can’t perform that action at this time.
0 commit comments