Commit ace1dc53 authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Cesanta Bot

Fix DHCP message

PUBLISHED_FROM=9efa7b516d0541e9f6f8002aa24cf7115f0d9b2b
parent 100480a1
......@@ -115,7 +115,7 @@ int main(void) {
}
sys_check_timeouts();
} while (ds != DHCP_BOUND);
printf("Waiting for DHCP...\n");
printf("DHCP bound.\n");
#else
ip_addr_t ip, nm, gw;
if (!ipaddr_aton(STATIC_IP, &ip) || !ipaddr_aton(STATIC_NM, &nm) ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment