Fix build.
Change-Id: Icb7318c8ea6eaeace503d6d2171b34e59a6449db
This commit is contained in:
parent
927c4db298
commit
f950c4fbf2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue