sys/ztimer: Documentation clarification
This commit is contained in:
parent
991f74a62a
commit
c703dc6e35
@ -365,6 +365,9 @@ struct ztimer_clock {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief main ztimer callback handler
|
* @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);
|
void ztimer_handler(ztimer_clock_t *clock);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user