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/rng.h')
-rw-r--r--include/libopencm3/stm32/rng.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/rng.h b/include/libopencm3/stm32/rng.h
index 40687af2..58878c71 100644
--- a/include/libopencm3/stm32/rng.h
+++ b/include/libopencm3/stm32/rng.h
@@ -30,6 +30,8 @@
# include <libopencm3/stm32/l0/rng.h>
#elif defined(STM32L4)
# include <libopencm3/stm32/l4/rng.h>
+#elif defined(STM32G0)
+# include <libopencm3/stm32/g0/rng.h>
#else
# error "stm32 family not defined."
#endif