summaryrefslogtreecommitdiff
path: root/avr
diff options
context:
space:
mode:
Diffstat (limited to 'avr')
-rw-r--r--avr/cli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/avr/cli.c b/avr/cli.c
index 922f9e1..9f48d3d 100644
--- a/avr/cli.c
+++ b/avr/cli.c
@@ -319,8 +319,8 @@ static int cli_run_command(const char *cmd, int flag)
/* Extract arguments */
argc = cli_parse_line(finaltoken, argv);
if (argc == 0) {
- rc = -1; /* no command at all */
- continue;
+ //rc = -1;
+ continue; /* no command at all */
}
if (opt_xtrace)