This commit is contained in:
王绪洁 2025-06-25 18:37:39 +08:00
parent 6dbc62e1fc
commit 1e5029938f
2 changed files with 2742 additions and 2735 deletions

View File

@ -166,6 +166,12 @@ void start_lwip_task(void const *argument)
}
}
}
else
{
/* When the netif is fully configured this function must be called */
netif_set_link_up(&gnetif);
netif_set_up(&gnetif); // 热插拔上线时调用
}
ch438_interrupt_handler_data_ch438_chip_1();
ch438_interrupt_handler_data_ch438_chip_2();

File diff suppressed because it is too large Load Diff