File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/rp2_common/hardware_watchdog/include/hardware Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ bool watchdog_caused_reboot(void);
97
97
* This would not be present if a watchdog reset is initiated by \ref watchdog_reboot or by the RP2040 bootrom
98
98
* (e.g. dragging a UF2 onto the RPI-RP2 drive).
99
99
*
100
- * @return true If the watchdog timer or a watchdog force caused (see \reg watchdog_caused_reboot) the last reboot
100
+ * @return true If the watchdog timer or a watchdog force caused (see \ref watchdog_caused_reboot) the last reboot
101
101
* and the watchdog reboot happened after \ref watchdog_enable was called
102
102
* @return false If there has been no watchdog reboot since the last power on reset, or the watchdog reboot was not caused
103
103
* by a watchdog timeout after \ref watchdog_enable was called.
You can’t perform that action at this time.
0 commit comments