feat: save stable CH390 bridge baseline

This commit is contained in:
2026-04-04 02:48:21 +08:00
parent 6f4ba247a4
commit d5b2506269
18 changed files with 2146 additions and 1621 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ uint8_t ethernetif_is_irq_pending(void)
static void low_level_init(struct netif *netif)
{
ch390_runtime_init(netif, config_get()->mac);
ch390_runtime_init(netif, config_get()->net.mac);
}
static err_t low_level_output(struct netif *netif, struct pbuf *p)