mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-18 18:34:20 +08:00
fix typo in dhcp server
This commit is contained in:
@@ -736,7 +736,7 @@ void dhcpd_start(const char *netif_name)
|
||||
DEBUG_PRINTF("ip_start: [%s]\r\n", str_tmp);
|
||||
sprintf(p, "%d", DHCPD_CLIENT_IP_MAX);
|
||||
ip4addr_aton(str_tmp, &ip_end);
|
||||
DEBUG_PRINTF("ip_start: [%s]\r\n", str_tmp);
|
||||
DEBUG_PRINTF("ip_end: [%s]\r\n", str_tmp);
|
||||
|
||||
res = dhcp_server_start(netif, &ip_start, &ip_end);
|
||||
if (res != 0)
|
||||
|
Reference in New Issue
Block a user