forked from espressif/esp-idf
esp_https_server.h: Remove const identifier for esp_tls pointer
This commit is contained in:
@@ -36,7 +36,7 @@ typedef enum {
|
||||
*/
|
||||
typedef struct esp_https_server_user_cb_arg {
|
||||
httpd_ssl_user_cb_state_t user_cb_state;
|
||||
const esp_tls_t *tls;
|
||||
esp_tls_t *tls;
|
||||
} esp_https_server_user_cb_arg_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user