summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp02/tasks.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smp02/tasks.c')
-rw-r--r--testsuites/smptests/smp02/tasks.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/testsuites/smptests/smp02/tasks.c b/testsuites/smptests/smp02/tasks.c
index 26ca851cc8..22caf77ac1 100644
--- a/testsuites/smptests/smp02/tasks.c
+++ b/testsuites/smptests/smp02/tasks.c
@@ -13,13 +13,7 @@
#include "system.h"
-void Loop(void) {
- volatile int i;
-
- for (i=0; i<300000; i++);
-}
-
-void LogSemaphore(
+static void LogSemaphore(
bool obtained,
uint32_t cpu_num,
uint32_t task_index