httpd: add missing typedef
This commit is contained in:
		
							parent
							
								
									9523e872f8
								
							
						
					
					
						commit
						30920ce4ec
					
				
					 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…
	
	Add table
		Add a link
		
	
		Reference in a new issue