mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -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, \
|
.use_secure_element = false, \
|
||||||
.user_cb = NULL, \
|
.user_cb = NULL, \
|
||||||
.ssl_userdata = NULL, \
|
.ssl_userdata = NULL, \
|
||||||
.cert_select_cb = NULL \
|
.cert_select_cb = NULL, \
|
||||||
.alpn_protos = NULL \
|
.alpn_protos = NULL, \
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user