diff --git a/components/finsh/finsh_ops.c b/components/finsh/finsh_ops.c index a56935f84..82802b991 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: