mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 06:34:34 +02:00
Merge branch 'contrib/github_pr_12867' into 'master'
fix(esp32): Removed rogue semicolon in #define in esp_smartconfig.h (GitHub PR) Closes IDFGH-11769 See merge request espressif/esp-idf!28903
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user