Typo fix rp2040.rst

This commit is contained in:
Earle F. Philhower, III 2024-10-04 17:41:53 -07:00 committed by GitHub
parent 6eead5b0df
commit b9dadbbdc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ void rp2040.wdt_reset()
Reloads the watchdog's counter with the amount of time set by wdt_begin.
RP2040::resetReason_t rp2040.getResetReason()
~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Returns the reason for the last reset, defined in enum ``RP2040::resetReason_t``.
See example ```ResetReason``` for some details.