diff --git a/ESP32-Console/main/cmd_gpio_set.h b/ESP32-Console/main/cmd_gpio_set.h index 20cd354f1..2020d6811 100644 --- a/ESP32-Console/main/cmd_gpio_set.h +++ b/ESP32-Console/main/cmd_gpio_set.h @@ -22,7 +22,7 @@ static struct { struct arg_end *end; // Stores parsing errors } gpio_set_args; -// Function being called when command is entered. +// Function being called when command 'gpio-set' is entered. static int exec_gpio_set_cmd (int argc, char **argv) { int nerrors = arg_parse(argc, argv, (void**) &gpio_set_args);