summaryrefslogtreecommitdiff
path: root/test/test_mutex.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-11-14 09:04:14 +0100
committerRichard Braun <rbraun@sceen.net>2017-11-14 09:04:14 +0100
commit2540827b7929fe6460516e095d2c15d1c1bee92b (patch)
treeaa18a4dc7383c1dee9a8b33baa53d45493fc5413 /test/test_mutex.c
parent3aa27e426b61b92cdb0e5b5503dd12ece85b4d69 (diff)
Per-CPU variables, TCB and SSP supportarm_port_dev
Diffstat (limited to 'test/test_mutex.c')
-rw-r--r--test/test_mutex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_mutex.c b/test/test_mutex.c
index d5cc5d13..e74d09f6 100644
--- a/test/test_mutex.c
+++ b/test/test_mutex.c
@@ -80,6 +80,7 @@ test_run(void *arg)
}
if ((counter % 2) == 0) {
+ /* TODO Rework active-waiting interface */
cpu_delay(clock_ticks_to_ms(1) * 1000);
} else {
thread_delay(1, false);