From 138bd5d6c84b6aba0dfea9d760b5291026521d7c Mon Sep 17 00:00:00 2001 From: Indu Prakash Date: Sun, 2 Oct 2022 13:02:34 -0500 Subject: [PATCH] Removed accidental duplicate code --- src/httpserver/new_http.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/httpserver/new_http.c b/src/httpserver/new_http.c index 1976b6c9d..a009f2f80 100644 --- a/src/httpserver/new_http.c +++ b/src/httpserver/new_http.c @@ -103,8 +103,6 @@ const char htmlFooterInfo[] = #define USER_SW_VER "W600_Test" #elif defined(PLATFORM_W800) #define USER_SW_VER "W800_Test" - #elif defined(PLATFORM_BL602) - #define USER_SW_VER "BL602_Test" #else #define USER_SW_VER "unknown" #endif