Merge pull request #433 from flannelhead/httpd-typedef-fix

httpd: add missing typedef
This commit is contained in:
Ruslan V. Uss 2017-08-05 01:34:04 +05:00 committed by GitHub
commit f51becd0a7

View file

@ -231,7 +231,7 @@ void httpd_post_data_recved(void *connection, u16_t recved_len);
#endif /* LWIP_HTTPD_SUPPORT_POST */
enum {
typedef enum {
WS_TEXT_MODE = 0x01,
WS_BIN_MODE = 0x02,
} WS_MODE;