mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_https_server: fix build failure due to syntax error
This commit is contained in:
parent
b60a9e6678
commit
322301238f
@ -151,8 +151,8 @@ typedef struct httpd_ssl_config httpd_ssl_config_t;
|
||||
.use_secure_element = false, \
|
||||
.user_cb = NULL, \
|
||||
.ssl_userdata = NULL, \
|
||||
.cert_select_cb = NULL \
|
||||
.alpn_protos = NULL \
|
||||
.cert_select_cb = NULL, \
|
||||
.alpn_protos = NULL, \
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user