mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-08 23:44:39 +08:00
Fix compile with LWIP_TCPIP_CORE_LOCKING
This commit is contained in:
parent
37d514c949
commit
fc17d02451
@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
static err_t netconn_close_shutdown(struct netconn *conn, u8_t how);
|
static err_t netconn_close_shutdown(struct netconn *conn, u8_t how);
|
||||||
|
|
||||||
|
#if !LWIP_TCPIP_CORE_LOCKING
|
||||||
/**
|
/**
|
||||||
* Call the lower part of a netconn_* function
|
* Call the lower part of a netconn_* function
|
||||||
* This function is then running in the thread context
|
* This function is then running in the thread context
|
||||||
@ -90,6 +90,7 @@ tcpip_apimsg(struct api_msg *apimsg)
|
|||||||
}
|
}
|
||||||
return ERR_VAL;
|
return ERR_VAL;
|
||||||
}
|
}
|
||||||
|
#endif /* !LWIP_TCPIP_CORE_LOCKING */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new netconn (of a specific type) that has a callback function.
|
* Create a new netconn (of a specific type) that has a callback function.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user