forked from espressif/esp-idf
Merge branch 'contrib/github_pr_12867_v5.2' into 'release/v5.2'
fix(esp32): Removed rogue semicolon in #define in esp_smartconfig.h (GitHub PR) (v5.2) See merge request espressif/esp-idf!29111
This commit is contained in:
@ -56,7 +56,7 @@ typedef struct {
|
|||||||
.enable_log = false, \
|
.enable_log = false, \
|
||||||
.esp_touch_v2_enable_crypt = false,\
|
.esp_touch_v2_enable_crypt = false,\
|
||||||
.esp_touch_v2_key = NULL \
|
.esp_touch_v2_key = NULL \
|
||||||
};
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Get the version of SmartConfig.
|
* @brief Get the version of SmartConfig.
|
||||||
|
Reference in New Issue
Block a user