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

This commit is contained in:
graham sanderson 2021-02-17 14:36:58 -06:00
parent 8b6d27d0e5
commit 18dbb5985c

View File

@ -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
*/ */