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/stm32/crc.h')
-rw-r--r--include/libopencm3/stm32/crc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/crc.h b/include/libopencm3/stm32/crc.h
index 8e97231d..65c6803e 100644
--- a/include/libopencm3/stm32/crc.h
+++ b/include/libopencm3/stm32/crc.h
@@ -30,10 +30,14 @@
# include <libopencm3/stm32/f3/crc.h>
#elif defined(STM32F4)
# include <libopencm3/stm32/f4/crc.h>
+#elif defined(STM32F7)
+# include <libopencm3/stm32/f7/crc.h>
#elif defined(STM32L1)
# include <libopencm3/stm32/l1/crc.h>
#elif defined(STM32L4)
# include <libopencm3/stm32/l4/crc.h>
+#elif defined(STM32G0)
+# include <libopencm3/stm32/g0/crc.h>
#else
# error "stm32 family not defined."
#endif