Skip to content

Commit 7880405

Browse files
authored
Doxygen typo (#835)
1 parent 530204e commit 7880405

File tree

1 file changed

+1
-1
lines changed
  • src/rp2_common/hardware_watchdog/include/hardware

1 file changed

+1
-1
lines changed

src/rp2_common/hardware_watchdog/include/hardware/watchdog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ bool watchdog_caused_reboot(void);
9797
* This would not be present if a watchdog reset is initiated by \ref watchdog_reboot or by the RP2040 bootrom
9898
* (e.g. dragging a UF2 onto the RPI-RP2 drive).
9999
*
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
101101
* and the watchdog reboot happened after \ref watchdog_enable was called
102102
* @return false If there has been no watchdog reboot since the last power on reset, or the watchdog reboot was not caused
103103
* by a watchdog timeout after \ref watchdog_enable was called.

0 commit comments

Comments
 (0)