fix typo in dhcp server

This commit is contained in:
Kai 2024-07-29 13:06:35 +08:00 committed by Rbb666
parent 820e80a7f5
commit 24d3ed80da
1 changed files with 1 additions and 1 deletions

View File

@ -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)