Skip to content

Commit

Permalink
fixup! squash! xtimer/xtimer.c: ensure modifing mutex is done with in…
Browse files Browse the repository at this point in the history
…terrupt disabled
  • Loading branch information
JulianHolzwarth committed Aug 9, 2019
1 parent f1d5692 commit e08fa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/xtimer/xtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ static void _mutex_timeout(void *arg)
/* interupts a disabled because xtimer can spin
* if xtimer_set spins the callback is executed
* in the thread context
*
*
* If the xtimer spin is fixed in the future
* interups disable/restore can be removed
*/
Expand Down

0 comments on commit e08fa67

Please sign in to comment.