Skip to content

Commit 96fef53

Browse files
julianoesxiaoxiang781216
authored andcommitted
stm32h7: enable Ethernet for STM32H7X7XX
1 parent 9643ee7 commit 96fef53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/src/stm32h7/hardware/stm32_ethernet.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535

3636
#if defined(CONFIG_STM32H7_STM32H7X3XX) || \
3737
defined(CONFIG_STM32H7_STM32H7B3XX) || \
38-
defined(CONFIG_STM32H7_STM32H7X5XX)
38+
defined(CONFIG_STM32H7_STM32H7X5XX) || \
39+
defined(CONFIG_STM32H7_STM32H7X7XX)
3940

4041
/****************************************************************************
4142
* Pre-processor Definitions

0 commit comments

Comments
 (0)