stm32h7: enable Ethernet for STM32H7X7XX
This commit is contained in:
parent
9643ee78aa
commit
96fef53ee9
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@
|
|||
|
||||
#if defined(CONFIG_STM32H7_STM32H7X3XX) || \
|
||||
defined(CONFIG_STM32H7_STM32H7B3XX) || \
|
||||
defined(CONFIG_STM32H7_STM32H7X5XX)
|
||||
defined(CONFIG_STM32H7_STM32H7X5XX) || \
|
||||
defined(CONFIG_STM32H7_STM32H7X7XX)
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue