aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/tests/callout_test/callout_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/tests/callout_test/callout_test.c b/sys/tests/callout_test/callout_test.c
index f3d3a6714db8..678e20967af7 100644
--- a/sys/tests/callout_test/callout_test.c
+++ b/sys/tests/callout_test/callout_test.c
@@ -72,7 +72,7 @@ static struct callout_run *comaster[MAXCPU];
uint64_t callout_total=0;
-static void execute_the_co_test();
+static void execute_the_co_test(struct callout_run *rn);
static void
co_saydone(void *arg)