Skip to content
Open
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/hardware_powman/include/hardware/powman.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void powman_timer_set_ms(uint64_t time_ms);
/*! \brief Set an alarm at an absolute time in ms
* \ingroup hardware_powman
*
* Note, the timer is stopped and then restarted as part of this function. This only controls the alarm
* Note, the alarm is stopped and then restarted as part of this function. This only controls the alarm
* if you want to use the alarm to wake up powman then you should use \ref powman_enable_alarm_wakeup_at_ms
*
* \param alarm_time_ms time at which the alarm will fire
Expand Down
Loading