tcpip_send_msg_wait_sem() can return void now due to my last changes

This commit is contained in:
Dirk Ziegelmeier
2016-04-26 21:40:19 +02:00
parent 3d38af5174
commit 475be665ff
3 changed files with 5 additions and 10 deletions

View File

@@ -92,7 +92,7 @@ struct netif;
#define API_MSG_M_DEF_C(t, m) const t * m
#endif /* LWIP_MPU_COMPATIBLE */
err_t tcpip_send_msg_wait_sem(tcpip_callback_fn fn, void *apimsg, sys_sem_t* sem);
void tcpip_send_msg_wait_sem(tcpip_callback_fn fn, void *apimsg, sys_sem_t* sem);
struct tcpip_api_call_data
{