summaryrefslogtreecommitdiff
path: root/test/flash_write_protect.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/flash_write_protect.c')
-rw-r--r--test/flash_write_protect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/flash_write_protect.c b/test/flash_write_protect.c
index b8d729331d..8361338186 100644
--- a/test/flash_write_protect.c
+++ b/test/flash_write_protect.c
@@ -130,7 +130,7 @@ int task_test(void *unused)
return EC_SUCCESS;
}
-void run_test(int argc, char **argv)
+void run_test(int argc, const char **argv)
{
msleep(30); /* Wait for TASK_ID_TEST to initialize */
task_wake(TASK_ID_TEST);