From fd2c7906ba6df5842187d0d58695a2dc4b38913e Mon Sep 17 00:00:00 2001 From: Advaith Menon Date: Tue, 25 Nov 2025 10:28:37 -0500 Subject: [PATCH] Remove duplicate TAG from main file --- main/hello_world_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/hello_world_main.c b/main/hello_world_main.c index c45ce5f..032b940 100644 --- a/main/hello_world_main.c +++ b/main/hello_world_main.c @@ -17,8 +17,6 @@ static const char *TAG = "hello_world_main"; int gt_global_sdsupport; -static const char *TAG = "hello_world_main"; - void app_main(void) { TaskHandle_t wifi_taskh; -- 2.47.3