stm32f7: enable existing ethernet libraries

This commit is contained in:
Ross Schlaikjer
2019-04-11 11:06:18 -04:00
committed by Karl Palsson
parent 1290e3129d
commit 4fb67d891f
2 changed files with 5 additions and 0 deletions

View File

@@ -37,6 +37,8 @@
# include <libopencm3/ethernet/mac_stm32fxx7.h>
#elif defined(STM32F4)
# include <libopencm3/ethernet/mac_stm32fxx7.h>
#elif defined(STM32F7)
# include <libopencm3/ethernet/mac_stm32fxx7.h>
#else
# error "stm32 family not defined."
#endif