Skip to content

Commit b974ebf

Browse files
TDhaouSTfpistm
authored andcommitted
feat(F7): enable HAL Ethernet legacy
Signed-off-by: TLIG Dhaou <dhaou.tlig-ext@st.com>
1 parent 8b6af2b commit b974ebf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

system/STM32F7xx/stm32f7xx_hal_conf_default.h

+4
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,10 @@ in voltage and temperature. */
339339
#include "stm32f7xx_hal_eth.h"
340340
#endif /* HAL_ETH_MODULE_ENABLED */
341341

342+
#ifdef HAL_ETH_LEGACY_MODULE_ENABLED
343+
#include "Legacy/stm32f7xx_hal_eth_legacy.h"
344+
#endif /* HAL_ETH_LEGACY_MODULE_ENABLED */
345+
342346
#ifdef HAL_EXTI_MODULE_ENABLED
343347
#include "stm32f7xx_hal_exti.h"
344348
#endif /* HAL_EXTI_MODULE_ENABLED */

0 commit comments

Comments
 (0)