From f950c4fbf2d6c14e86a33d6b5ea1acf890fc1d59 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Mon, 3 May 2021 11:10:58 -0700 Subject: [PATCH] Fix build. Change-Id: Icb7318c8ea6eaeace503d6d2171b34e59a6449db --- src/helper/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/command.c b/src/helper/command.c index eb50ce182..4cda7c2f8 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -980,7 +980,7 @@ static int jim_command_dispatch(Jim_Interp *interp, int argc, Jim_Obj * const *a if (!command_can_run(cmd_ctx, c, Jim_GetString(argv[0], NULL))) return JIM_ERR; - target_call_timer_callbacks_now(); + target_call_timer_callbacks_now(NULL); /* * Black magic of overridden current target: