Add is10g_port field in phy_settings

This commit is contained in:
logicog
2026-04-24 10:53:05 +02:00
parent a597d2d08b
commit ec5f74bbed
+1
View File
@@ -14,6 +14,7 @@ struct phy_settings {
uint8_t duplex;
uint8_t port;
uint8_t speed;
uint8_t is10g_port;
};
extern __xdata struct phy_settings phy_settings;