Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_12867_v5.2' into 'release/v5.2'
Browse files Browse the repository at this point in the history
fix(esp32): Removed rogue semicolon in #define in esp_smartconfig.h (GitHub PR) (v5.2)

See merge request espressif/esp-idf!29111
  • Loading branch information
ESP-Marius committed Feb 21, 2024
2 parents 3c7c582 + 7e9fdf5 commit f1561c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_wifi/include/esp_smartconfig.h
Expand Up @@ -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.
Expand Down

0 comments on commit f1561c6

Please sign in to comment.