We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53350d0 commit 3b3ce06Copy full SHA for 3b3ce06
libraries/SrcWrapper/src/HAL/stm32yyxx_hal_eth.c
@@ -10,6 +10,7 @@
10
#include "Legacy/stm32f4xx_hal_eth.c"
11
#include "stm32f4xx_hal_eth.c"
12
#elif STM32F7xx
13
+ #include "Legacy/stm32f7xx_hal_eth.c"
14
#include "stm32f7xx_hal_eth.c"
15
#elif STM32H7xx
16
#include "Legacy/stm32h7xx_hal_eth.c"
0 commit comments