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 8b6af2b commit b974ebfCopy full SHA for b974ebf
system/STM32F7xx/stm32f7xx_hal_conf_default.h
@@ -339,6 +339,10 @@ in voltage and temperature. */
339
#include "stm32f7xx_hal_eth.h"
340
#endif /* HAL_ETH_MODULE_ENABLED */
341
342
+#ifdef HAL_ETH_LEGACY_MODULE_ENABLED
343
+#include "Legacy/stm32f7xx_hal_eth_legacy.h"
344
+#endif /* HAL_ETH_LEGACY_MODULE_ENABLED */
345
+
346
#ifdef HAL_EXTI_MODULE_ENABLED
347
#include "stm32f7xx_hal_exti.h"
348
#endif /* HAL_EXTI_MODULE_ENABLED */
0 commit comments