forked from ROMEO/obsw
better, not done
This commit is contained in:
@ -114,10 +114,10 @@ void network_thread() {
|
||||
/* specify that the network if is up */
|
||||
netif_set_up(&server_netif);
|
||||
|
||||
// /* start packet receive thread - required for lwIP operation */
|
||||
// sys_thread_new("xemacif_input_thread",
|
||||
// (void(*)(void*))xemacif_input_thread, &server_netif,
|
||||
// THREAD_STACKSIZE, DEFAULT_THREAD_PRIO);
|
||||
/* start packet receive thread - required for lwIP operation */
|
||||
sys_thread_new("xemacif_input_thread",
|
||||
(void(*)(void*))xemacif_input_thread, &server_netif,
|
||||
THREAD_STACKSIZE, DEFAULT_THREAD_PRIO);
|
||||
|
||||
#if LWIP_DHCP == 1
|
||||
dhcp_start(&server_netif);
|
||||
|
Reference in New Issue
Block a user