1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

ztimer: Fix doc on ztimer_remove

This commit is contained in:
Koen Zandberg 2023-03-14 18:16:47 +01:00
parent 5b61449d75
commit fa0ab40920
No known key found for this signature in database
GPG Key ID: BA1718B37D79F51C

View File

@ -487,7 +487,7 @@ unsigned ztimer_is_set(const ztimer_clock_t *clock, const ztimer_t *timer);
/**
* @brief Remove a timer from a clock
*
* This will place @p timer in the timer targets queue for @p clock.
* This will remove @p timer from the timer targets queue for @p clock.
*
* This function does nothing if @p timer is not found in the timer queue of
* @p clock.