mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-11-16 12:34:34 +00:00
acd: Fix LWIP_ASSERT argument order
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user