Removed accidental duplicate code

This commit is contained in:
Indu Prakash
2022-10-02 13:02:34 -05:00
parent 2f1512f3c4
commit 138bd5d6c8

View File

@ -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