forked from espressif/esp-idf
esp_https_server: fix build failure due to syntax error
This commit is contained in:
@@ -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, \
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user