1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

esp32: remove extra const

it will block the compilation on GCC 8.x
This commit is contained in:
Jackson Ming Hu 2019-07-01 14:52:30 +01:00 committed by Andy Green
parent 4064daddf8
commit 9e75e7b780

View file

@ -49,7 +49,7 @@ lws_plat_context_late_destroy(struct lws_context *context)
* These are the default SETTINGS used on this platform. The user
* can selectively modify them for a vhost during vhost creation.
*/
const struct http2_settings const lws_h2_defaults_esp32 = { {
const struct http2_settings lws_h2_defaults_esp32 = { {
1,
/* H2SET_HEADER_TABLE_SIZE */ 512,
/* H2SET_ENABLE_PUSH */ 0,