mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
acd: Fix LWIP_ASSERT argument order
This commit is contained in:
parent
3a788b6e8b
commit
b9056e148e
@ -165,7 +165,7 @@ acd_remove(struct netif *netif, struct acd *acd)
|
||||
return;
|
||||
}
|
||||
}
|
||||
LWIP_ASSERT(0, ("acd_remove(): acd not on list\n"));
|
||||
LWIP_ASSERT(("acd_remove(): acd not on list\n"), 0);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user