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.
2 parents d8d3f96 + 9cc1cfe commit a3acf79Copy full SHA for a3acf79
source/portable/NetworkInterface/STM32/NetworkInterface.c
@@ -50,14 +50,13 @@
50
51
/* ST includes. */
52
#if defined( STM32F4 )
53
- #include "stm32f4xx_hal_eth.h"
+ #include "stm32f4xx_hal.h"
54
#elif defined( STM32F7 )
55
- #include "stm32f7xx_hal_eth.h"
+ #include "stm32f7xx_hal.h"
56
#elif defined( STM32H7 )
57
- #include "stm32h7xx_hal_eth.h"
+ #include "stm32h7xx_hal.h"
58
#elif defined( STM32H5 )
59
- /* Untested */
60
- #include "stm32h5xx_hal_eth.h"
+ #include "stm32h5xx_hal.h"
61
#else
62
#error Unknown STM32 Family for NetworkInterface
63
#endif
0 commit comments