mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
ping: fix assert in ping_init()
This commit is contained in:
parent
732d3411bf
commit
0627c55c51
@ -403,7 +403,7 @@ ping_init(const ip_addr_t* ping_addr)
|
||||
{
|
||||
ping_stop();
|
||||
|
||||
LWIP_ASSERT("ping_target != NULL", ping_target != NULL);
|
||||
LWIP_ASSERT("ping_addr != NULL", ping_addr != NULL);
|
||||
ping_target = ping_addr;
|
||||
|
||||
#if PING_USE_SOCKETS
|
||||
|
Loading…
Reference in New Issue
Block a user