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:
parent
4064daddf8
commit
9e75e7b780
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue