mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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 <darian@espressif.com>
This commit is contained in:
parent
37f0447961
commit
4b08c8b000
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user