summaryrefslogtreecommitdiff
path: root/test/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/aes.c')
-rw-r--r--test/aes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes.c b/test/aes.c
index 53b7c770e4..1c71e2874e 100644
--- a/test/aes.c
+++ b/test/aes.c
@@ -644,7 +644,7 @@ static void test_aes_speed(void)
ccprintf("AES duration %lld us\n", (long long)(t1.val - t0.val));
}
-void run_test(void)
+void run_test(int argc, char **argv)
{
watchdog_reload();