diff --git a/sys/include/ztimer.h b/sys/include/ztimer.h index 70a52ac1e3..ddba07fb21 100644 --- a/sys/include/ztimer.h +++ b/sys/include/ztimer.h @@ -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);