Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rp2_common/pico_aon_timer/include/pico/aon_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ aon_timer_alarm_handler_t aon_timer_enable_alarm_calendar(const struct tm *tm, a
void aon_timer_disable_alarm(void);

/**
* \brief Disable the currently enabled AON timer alarm if any
* \brief Check if the AON timer is running
* \ingroup pico_aon_timer
* \return true if the AON timer is running
*/
Expand Down
Loading