diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 41c768b41..2fea7c39b 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -8,7 +8,8 @@ #include "esp_console.h" #include "esp_log.h" -static int do_info_cmd (int argc, char **argv); +static int do_info_cmd(int argc, char **argv); +static void register_info(void); static struct { struct arg_str *detail;