diff --git a/sys/include/evtimer.h b/sys/include/evtimer.h index f4d7580350..60ce0730fe 100644 --- a/sys/include/evtimer.h +++ b/sys/include/evtimer.h @@ -78,6 +78,10 @@ typedef struct { /** * @brief Initializes an event timer * + * @warning BEWARE! Callbacks from evtimer_init() are being executed + * in interrupt context. + * DON'T USE THIS FUNCTION unless you know *exactly* what that means. + * * @param[in] evtimer An event timer * @param[in] handler An event handler function */