Skip to content

Commit a0f828f

Browse files
authored
Fix doxygen typo (#1945)
1 parent 9f56a47 commit a0f828f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rp2_common/pico_aon_timer/include/pico/aon_timer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ void aon_timer_get_resolution(struct timespec *ts);
9292
* \ingroup pico_aon_timer
9393
*
9494
* \if rp2040_specific
95-
* On RP2040 The alarm will not fire if it is in the past
95+
* On RP2040 the alarm will not fire if it is in the past
9696
* \endif
9797
* \if rp2350_specific
98-
* On RP2040 The alarm will fire if it is in the past
98+
* On RP2350 the alarm will fire if it is in the past
9999
* \endif
100100
*
101101
* \param ts the alarm time

0 commit comments

Comments
 (0)