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

sys/ztimer: Documentation clarification

This commit is contained in:
chrysn 2021-12-15 15:08:33 +01:00
parent 991f74a62a
commit c703dc6e35

View File

@ -365,6 +365,9 @@ struct ztimer_clock {
/**
* @brief main ztimer callback handler
*
* This gets called by clock implementations, and must only be called by them
* with interrupts disabled.
*/
void ztimer_handler(ztimer_clock_t *clock);