aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/hal_community.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/hal_community.c')
-rw-r--r--os/hal/src/hal_community.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/src/hal_community.c b/os/hal/src/hal_community.c
index 237386b..4c48113 100644
--- a/os/hal/src/hal_community.c
+++ b/os/hal/src/hal_community.c
@@ -65,6 +65,10 @@ void halCommunityInit(void) {
crcInit();
#endif
+#if HAL_USE_RNG || defined(__DOXYGEN__)
+ rngInit();
+#endif
+
#if HAL_USE_USBH || defined(__DOXYGEN__)
usbhInit();
#endif