1
0
mirror of https://github.com/raspberrypi/pico-sdk.git synced 2025-04-17 17:43:15 +00:00

move two hardware_timer methods to the right doxygen group (fix )

This commit is contained in:
graham sanderson 2021-02-17 14:36:58 -06:00 committed by Luke Wren
parent a28217be4b
commit ffc7f19f46

@ -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 * \brief Set the current target for the specified hardware alarm
* \ingroup hardware_timer
* *
* This will replace any existing target * 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 * \brief Cancel an existing target (if any) for a given hardware_alarm
* \ingroup hardware_timer
* *
* @param alarm_num * @param alarm_num
*/ */