mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-30 15:15:05 +00:00
Fixed compilation (removed extra tokens after #endif)
This commit is contained in:
parent
6caa389c48
commit
cc3e01a9f5
@ -154,7 +154,7 @@ struct netconn {
|
|||||||
/** mbox where new connections are stored until processed
|
/** mbox where new connections are stored until processed
|
||||||
by the application thread */
|
by the application thread */
|
||||||
sys_mbox_t acceptmbox;
|
sys_mbox_t acceptmbox;
|
||||||
#endif LWIP_TCP
|
#endif /* LWIP_TCP */
|
||||||
/** only used for socket layer */
|
/** only used for socket layer */
|
||||||
#if LWIP_SOCKET
|
#if LWIP_SOCKET
|
||||||
int socket;
|
int socket;
|
||||||
|
Loading…
Reference in New Issue
Block a user