Skip to content

Commit f14d93b

Browse files
committed
correct spelling error
1 parent b833a5c commit f14d93b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/net/lwip-1.4.1/src/netif/ethernetif.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,6 @@ INIT_DEVICE_EXPORT(eth_system_device_init);
428428
#include <finsh.h>
429429
void set_if(char* netif_name, char* ip_addr, char* gw_addr, char* nm_addr)
430430
{
431-
#if LWIP_DHCP
432-
return ;
433-
#endif
434-
435431
struct ip_addr *ip;
436432
struct ip_addr addr;
437433
struct netif * netif = netif_list;

0 commit comments

Comments
 (0)