Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_12867_v5.1' into 'release/v5.1'
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.1)

See merge request espressif/esp-idf!29112
  • Loading branch information
ESP-Marius committed Feb 28, 2024
2 parents bbb7c4c + ece4e4e commit 7365474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_wifi/include/esp_smartconfig.h
Original file line number Diff line number Diff line change
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 7365474

Please sign in to comment.