Skip to content

Commit

Permalink
Fix doxygen typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lurch authored Sep 23, 2024
1 parent d08f36c commit 4e8ec9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rp2_common/pico_aon_timer/include/pico/aon_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ void aon_timer_get_resolution(struct timespec *ts);
* \ingroup pico_aon_timer
*
* \if rp2040_specific
* On RP2040 The alarm will not fire if it is in the past
* On RP2040 the alarm will not fire if it is in the past
* \endif
* \if rp2350_specific
* On RP2040 The alarm will fire if it is in the past
* On RP2350 the alarm will fire if it is in the past
* \endif
*
* \param ts the alarm time
Expand Down

0 comments on commit 4e8ec9c

Please sign in to comment.