From 3359eb3ca868d3d7738e860f91f083373a82b478 Mon Sep 17 00:00:00 2001 From: jdomnitz <380352+jdomnitz@users.noreply.github.com> Date: Tue, 11 Nov 2025 11:20:07 -0500 Subject: [PATCH] Correct powman_timer_enable_alarm_at_ms documentation note --- src/rp2_common/hardware_powman/include/hardware/powman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common/hardware_powman/include/hardware/powman.h b/src/rp2_common/hardware_powman/include/hardware/powman.h index ea9e2758b..b76ee629d 100644 --- a/src/rp2_common/hardware_powman/include/hardware/powman.h +++ b/src/rp2_common/hardware_powman/include/hardware/powman.h @@ -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