Skip to content

Commit de55db1

Browse files
Update rp2040.rst
1 parent 264b9ef commit de55db1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/rp2040.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Enables the hardware watchdog timer with a delay value of delay_ms
5050
milliseconds. Note that on the RP2040, once this function has called, the
5151
hardware watchdog can _not_ be disabled.
5252

53+
The maximum ``delay_ms`` allowed in this call is ``8300``, corresponding
54+
to 8.3 seconds. Any higher values will be truncated by the hardware.
55+
5356
void rp2040.wdt_reset()
5457
~~~~~~~~~~~~~~~~~~~~~~~
5558
Reloads the watchdog's counter with the amount of time set by wdt_begin.

0 commit comments

Comments
 (0)