Merge pull request #433 from flannelhead/httpd-typedef-fix
httpd: add missing typedef
This commit is contained in:
commit
f51becd0a7
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ void httpd_post_data_recved(void *connection, u16_t recved_len);
|
||||||
|
|
||||||
#endif /* LWIP_HTTPD_SUPPORT_POST */
|
#endif /* LWIP_HTTPD_SUPPORT_POST */
|
||||||
|
|
||||||
enum {
|
typedef enum {
|
||||||
WS_TEXT_MODE = 0x01,
|
WS_TEXT_MODE = 0x01,
|
||||||
WS_BIN_MODE = 0x02,
|
WS_BIN_MODE = 0x02,
|
||||||
} WS_MODE;
|
} WS_MODE;
|
||||||
|
|
Loading…
Reference in a new issue