From b5bec6a58bccf69592666bdf63b0da3fe9ba74e7 Mon Sep 17 00:00:00 2001 From: Oleg Hahm <oleg@hobbykeller.org> Date: Tue, 26 Apr 2016 13:55:54 +0200 Subject: [PATCH] doc: xtimer: be a bit more precise --- sys/include/xtimer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/xtimer.h b/sys/include/xtimer.h index a600777c80..1d6bec9899 100644 --- a/sys/include/xtimer.h +++ b/sys/include/xtimer.h @@ -97,7 +97,7 @@ void xtimer_now_timex(timex_t *out); void xtimer_init(void); /** - * @brief Stop execution of a thread for some time + * @brief Pause the execution of a thread for some seconds * * When called from an ISR, this function will spin and thus block the MCU in * interrupt context for the specified amount in *seconds*, so don't *ever* use @@ -108,7 +108,7 @@ void xtimer_init(void); static void xtimer_sleep(uint32_t seconds); /** - * @brief Stop execution of a thread for some time + * @brief Pause the execution of a thread for some microseconds * * When called from an ISR, this function will spin and thus block the MCU for * the specified amount in microseconds, so only use it there for *very* short -- GitLab