From ece4e4ec6da858483471a96d5f4743e829b96edf Mon Sep 17 00:00:00 2001 From: Simon H Date: Sun, 24 Dec 2023 21:07:03 +0000 Subject: [PATCH] fix(esp_wifi): Remove semicolon from SMARTCONFIG_START_CONFIG_DEFAULT Removed rogue semicolon from SMARTCONFIG_START_CONFIG_DEFAULT() macro. This fixes build issues when this macro is used via C++ brace initialization. Closes https://github.com/espressif/esp-idf/pull/12867 [Darian Leung: Updated commit message] Signed-off-by: Darian Leung --- components/esp_wifi/include/esp_smartconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/include/esp_smartconfig.h b/components/esp_wifi/include/esp_smartconfig.h index 9f7a80a4a802..ac995d4b7ee0 100644 --- a/components/esp_wifi/include/esp_smartconfig.h +++ b/components/esp_wifi/include/esp_smartconfig.h @@ -56,7 +56,7 @@ typedef struct { .enable_log = false, \ .esp_touch_v2_enable_crypt = false,\ .esp_touch_v2_key = NULL \ -}; +} /** * @brief Get the version of SmartConfig.