Преглед изворни кода

esp_https_server: fix build failure due to syntax error

Mahavir Jain пре 3 година
родитељ
комит
322301238f
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      components/esp_https_server/include/esp_https_server.h

+ 2 - 2
components/esp_https_server/include/esp_https_server.h

@@ -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,                          \
 }
 
 /**