From 5c07ea2a50a95bbbe597b82164552bee69a410bf Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sun, 12 Jan 2025 23:30:03 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;