1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

event_periodic_callback: fix typo

This commit is contained in:
Benjamin Valentin 2024-03-12 18:35:42 +01:00
parent 6f604a8137
commit 2bef44bd6b

View File

@ -54,7 +54,7 @@ static inline void *event_periodic_callback_get_arg(event_periodic_callback_t *e
/**
* @brief Initialize a periodic callback event
*
* @note: On init the periodic event is to to run forever.
* @note: On init the periodic event is configured to run forever.
*
* @param[in] event event_periodic_callback object to initialize
* @param[in] clock the clock to configure this timer on