We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcd44a commit 3359eb3Copy full SHA for 3359eb3
src/rp2_common/hardware_powman/include/hardware/powman.h
@@ -84,7 +84,7 @@ void powman_timer_set_ms(uint64_t time_ms);
84
/*! \brief Set an alarm at an absolute time in ms
85
* \ingroup hardware_powman
86
*
87
- * 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
88
* if you want to use the alarm to wake up powman then you should use \ref powman_enable_alarm_wakeup_at_ms
89
90
* \param alarm_time_ms time at which the alarm will fire
0 commit comments