summaryrefslogtreecommitdiff
path: root/test/mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mutex.c')
-rw-r--r--test/mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mutex.c b/test/mutex.c
index 4fbf7d5cae..bd0e033453 100644
--- a/test/mutex.c
+++ b/test/mutex.c
@@ -22,7 +22,7 @@ static struct mutex mtx;
int mutex_random_task(void *unused)
{
- char letter = 'A'+(TASK_ID_MTX3A - task_get_current());
+ char letter = 'A' + (TASK_ID_MTX3A - task_get_current());
/* wait to be activated */
while (1) {