From 18dbb5985cc4cd55f24081e6e35feeb6e862a6c3 Mon Sep 17 00:00:00 2001 From: graham sanderson Date: Wed, 17 Feb 2021 14:36:58 -0600 Subject: [PATCH] move two hardware_timer methods to the right doxygen group (fix #131) --- src/rp2_common/hardware_timer/include/hardware/timer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rp2_common/hardware_timer/include/hardware/timer.h b/src/rp2_common/hardware_timer/include/hardware/timer.h index b79e6bd..d8a2e1c 100644 --- a/src/rp2_common/hardware_timer/include/hardware/timer.h +++ b/src/rp2_common/hardware_timer/include/hardware/timer.h @@ -157,6 +157,7 @@ void hardware_alarm_set_callback(uint alarm_num, hardware_alarm_callback_t callb /** * \brief Set the current target for the specified hardware alarm + * \ingroup hardware_timer * * This will replace any existing target * @@ -168,6 +169,7 @@ bool hardware_alarm_set_target(uint alarm_num, absolute_time_t t); /** * \brief Cancel an existing target (if any) for a given hardware_alarm + * \ingroup hardware_timer * * @param alarm_num */