Skip to content

Commit 3359eb3

Browse files
committed
Correct powman_timer_enable_alarm_at_ms documentation note
1 parent 8fcd44a commit 3359eb3

File tree

1 file changed

+1
-1
lines changed
  • src/rp2_common/hardware_powman/include/hardware

1 file changed

+1
-1
lines changed

src/rp2_common/hardware_powman/include/hardware/powman.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void powman_timer_set_ms(uint64_t time_ms);
8484
/*! \brief Set an alarm at an absolute time in ms
8585
* \ingroup hardware_powman
8686
*
87-
* Note, the timer is stopped and then restarted as part of this function. This only controls the alarm
87+
* Note, the alarm is stopped and then restarted as part of this function. This only controls the alarm
8888
* if you want to use the alarm to wake up powman then you should use \ref powman_enable_alarm_wakeup_at_ms
8989
*
9090
* \param alarm_time_ms time at which the alarm will fire

0 commit comments

Comments
 (0)