diff --git a/components/finsh/finsh_ops.c b/components/finsh/finsh_ops.c index a56935f8466c449724fa04e9046509650db21dab..82802b99121016ebae374f38a06a7553e8019de2 100644 --- a/components/finsh/finsh_ops.c +++ b/components/finsh/finsh_ops.c @@ -451,7 +451,7 @@ void OP_call() switch (parameters) { case 0: - r = f(); + r = f(0); break; case 1: