Skip to content

Commit

Permalink
fix: use HAL ethernet legacy for Nucleo F429ZI
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed May 5, 2022
1 parent 439fe51 commit e51d62e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@
#define HAL_DAC_MODULE_ENABLED
#endif
#if !defined(HAL_ETH_MODULE_DISABLED)
#define HAL_ETH_MODULE_ENABLED
/* #define HAL_ETH_MODULE_ENABLED */
/* For compatibility until STM32Ethernet library is updated */
#define HAL_ETH_LEGACY_MODULE_ENABLED
#endif
#if !defined(HAL_SD_MODULE_DISABLED)
#define HAL_SD_MODULE_ENABLED
Expand Down

0 comments on commit e51d62e

Please sign in to comment.