mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #15075 from benpicco/evtimer_warn
sys/evtimer: copy warning from xtimer
This commit is contained in:
commit
f25398ae25
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user