diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 975687078..0159b1ad2 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -134,8 +134,9 @@ static int exec_gpio_cmd (int argc, char **argv) { arg_print_errors(stderr, info_args.end, argv[0]); return 1; } - else + else { return 0; + } } static void register_gpio (void) {