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

My brain was asleep

This reverts commit 475be665ff.
This commit is contained in:
Dirk Ziegelmeier
2016-04-26 22:03:18 +02:00
parent 475be665ff
commit b07031479c
3 changed files with 10 additions and 5 deletions

View File

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