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:
parent
991f74a62a
commit
c703dc6e35
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user