Skip to content

Commit

Permalink
oops; fix rp2040/rp2350 mixups
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham committed Nov 22, 2024
1 parent 0ab0fc5 commit 66710e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rp2_common/pico_aon_timer/include/pico/aon_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ bool aon_timer_start(const struct timespec *ts);
* \brief Start the AON timer running using the specified calendar date/time as the current time
*
* \if rp2350_specific
* See \ref rp2040_caveats "caveats" for using this method on RP2350
* See \ref rp2350_caveats "caveats" for using this method on RP2350
* \endif
*
* \ingroup pico_aon_timer
Expand Down Expand Up @@ -143,7 +143,7 @@ bool aon_timer_set_time(const struct timespec *ts);
* \ingroup pico_aon_timer
*
* \if rp2350_specific
* See \ref rp2040_caveats "caveats" for using this method on RP2350
* See \ref rp2350_caveats "caveats" for using this method on RP2350
* \endif
*
* \param tm the new current time
Expand Down Expand Up @@ -171,7 +171,7 @@ bool aon_timer_get_time(struct timespec *ts);
* \ingroup pico_aon_timer
*
* \if rp2350_specific
* See \ref rp2040_caveats "caveats" for using this method on RP2350
* See \ref rp2350_caveats "caveats" for using this method on RP2350
* \endif
*
* \param tm out value for the current calendar date/time
Expand Down Expand Up @@ -216,7 +216,7 @@ aon_timer_alarm_handler_t aon_timer_enable_alarm(const struct timespec *ts, aon_
* \if rp2350_specific
* On RP2350 the alarm will fire if it is in the past
*
* See \ref rp2040_caveats "caveats" for using this method on RP2350
* See \ref rp2350_caveats "caveats" for using this method on RP2350
* \endif
*
* \if rp2040_specific
Expand Down

0 comments on commit 66710e8

Please sign in to comment.