mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-22 21:40:33 +00:00
minor: code layout only
This commit is contained in:
parent
d0a79ff085
commit
86e419425b
@ -854,7 +854,8 @@ dhcp_network_changed(struct netif *netif)
|
|||||||
* @param netif the network interface on which the reply was received
|
* @param netif the network interface on which the reply was received
|
||||||
* @param addr The IP address we received a reply from
|
* @param addr The IP address we received a reply from
|
||||||
*/
|
*/
|
||||||
void dhcp_arp_reply(struct netif *netif, const ip4_addr_t *addr)
|
void
|
||||||
|
dhcp_arp_reply(struct netif *netif, const ip4_addr_t *addr)
|
||||||
{
|
{
|
||||||
LWIP_ERROR("netif != NULL", (netif != NULL), return;);
|
LWIP_ERROR("netif != NULL", (netif != NULL), return;);
|
||||||
LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_arp_reply()\n"));
|
LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_arp_reply()\n"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user