mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 23:15:37 +00:00
Fix starting DHCP in NO_SYS example code
(cherry picked from commit da0714d7cb
)
This commit is contained in:
parent
282e85763b
commit
2490d034cd
@ -74,7 +74,7 @@ void main(void)
|
||||
netif_set_up(&netif);
|
||||
|
||||
/* Start DHCP and HTTPD */
|
||||
dhcp_init();
|
||||
dhcp_start(&netif );
|
||||
httpd_init();
|
||||
|
||||
while(1) {
|
||||
|
Loading…
Reference in New Issue
Block a user