Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/libopencm3/ethernet/mac.h')
-rw-r--r--include/libopencm3/ethernet/mac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libopencm3/ethernet/mac.h b/include/libopencm3/ethernet/mac.h
index b047e4db..b7887068 100644
--- a/include/libopencm3/ethernet/mac.h
+++ b/include/libopencm3/ethernet/mac.h
@@ -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