lwip_socket_init() is not needed any more -> compatibility define

This commit is contained in:
goldsimon
2014-11-06 14:14:58 +01:00
parent 79ecf2edb7
commit 2809405164
6 changed files with 7 additions and 15 deletions

View File

@@ -185,7 +185,7 @@ struct etharp_q_entry {
};
#endif /* ARP_QUEUEING */
#define etharp_init() /* Compatibility define, not init needed. */
#define etharp_init() /* Compatibility define, no init needed. */
void etharp_tmr(void);
s8_t etharp_find_addr(struct netif *netif, ip_addr_t *ipaddr,
struct eth_addr **eth_ret, ip_addr_t **ip_ret);