tcpip_send_api_msg function is only needed in non-core-locking mode

This commit is contained in:
Dirk Ziegelmeier
2016-03-07 21:23:22 +01:00
parent eab92ccb03
commit ba40925335
2 changed files with 7 additions and 0 deletions

View File

@@ -95,7 +95,9 @@ extern sys_mutex_t lock_tcpip_core;
#define API_EXPR_DEREF(expr) *(expr)
#endif /* LWIP_MPU_COMPATIBLE */
#if !LWIP_TCPIP_CORE_LOCKING
err_t tcpip_send_api_msg(tcpip_callback_fn fn, void *apimsg, sys_sem_t* sem);
#endif /* !LWIP_TCPIP_CORE_LOCKING */
enum tcpip_msg_type {
TCPIP_MSG_API,