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 @@ -312,7 +312,7 @@ void ArduinoIoTCloudTCP::update()
312
312
_state = next_state;
313
313
314
314
/* This watchdog feed is actually needed only by the RP2040 CONNECT cause its
315
- * maximum watchdog window is 8388ms ; despite this we feed it for all
315
+ * maximum watchdog window is 8389ms ; despite this we feed it for all
316
316
* supported ARCH to keep code aligned.
317
317
*/
318
318
watchdog_reset ();
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