Skip to content

Commit

Permalink
esp_https_server: fix build failure due to syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mahavirj committed Nov 9, 2022
1 parent b60a9e6 commit 3223012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/esp_https_server/include/esp_https_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
}

/**
Expand Down

0 comments on commit 3223012

Please sign in to comment.