summaryrefslogtreecommitdiff
path: root/board/zinger/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/zinger/board.c')
-rw-r--r--board/zinger/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/zinger/board.c b/board/zinger/board.c
index d4b864763c..7505a8e684 100644
--- a/board/zinger/board.c
+++ b/board/zinger/board.c
@@ -70,7 +70,7 @@ static int check_rw_valid(void *rw_hash)
return 1;
}
-extern void pd_task(void);
+extern void pd_task(void *u);
int main(void)
{
@@ -97,7 +97,7 @@ int main(void)
jump_to_rw();
/* background loop for PD events */
- pd_task();
+ pd_task(NULL);
debug_printf("EXIT!\n");
/* we should never reach that point */