mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 10:52:44 +01:00
sys/xtimer/xtimer.c: comment change
This commit is contained in:
parent
73e41f6f19
commit
dfeaea3c36
@ -202,7 +202,7 @@ void xtimer_now_timex(timex_t *out)
|
|||||||
|
|
||||||
static void _mutex_timeout(void *arg)
|
static void _mutex_timeout(void *arg)
|
||||||
{
|
{
|
||||||
/* interrupts a disabled because xtimer can spin
|
/* interrupts are disabled because xtimer can spin
|
||||||
* if xtimer_set spins the callback is executed
|
* if xtimer_set spins the callback is executed
|
||||||
* in the thread context
|
* in the thread context
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user