We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85faaac commit 14c6cf2Copy full SHA for 14c6cf2
drivers/ethernet/eth_stm32_hal_priv.h
@@ -49,7 +49,7 @@ extern const struct device *eth_stm32_phy_dev;
49
#define ETH_MII_MODE ETH_MEDIA_INTERFACE_MII
50
#define ETH_RMII_MODE ETH_MEDIA_INTERFACE_RMII
51
52
-#define ETH_STM32_AUTO_NEGOTIATION_ENABLE \
+#define ETH_STM32_AUTO_NEGOTIATION_ENABLE \
53
UTIL_NOT(DT_NODE_HAS_PROP(DT_INST_PHANDLE(0, phy_handle), fixed_link))
54
55
#else /* CONFIG_ETH_STM32_HAL_API_V2 */
0 commit comments