Skip to content

Commit 6380fd2

Browse files
committed
fix: use HAL ethernet legacy for Nucleo F429ZI
Signed-off-by: Frederic Pillon <[email protected]>
1 parent ca2b470 commit 6380fd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: variants/STM32F4xx/F427Z(G-I)T_F429ZET_F429Z(G-I)(T-Y)_F437Z(G-I)T_F439Z(G-I)(T-Y)/variant_NUCLEO_F429ZI.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,9 @@
224224
#define HAL_DAC_MODULE_ENABLED
225225
#endif
226226
#if !defined(HAL_ETH_MODULE_DISABLED)
227-
#define HAL_ETH_MODULE_ENABLED
227+
/* #define HAL_ETH_MODULE_ENABLED */
228+
/* For compatibility until STM32Ethernet library is updated */
229+
#define HAL_ETH_LEGACY_MODULE_ENABLED
228230
#endif
229231
#if !defined(HAL_SD_MODULE_DISABLED)
230232
#define HAL_SD_MODULE_ENABLED

0 commit comments

Comments
 (0)