aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/hal.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/hal.c')
-rw-r--r--os/hal/src/hal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/hal/src/hal.c b/os/hal/src/hal.c
index 583702bdc..1991987a8 100644
--- a/os/hal/src/hal.c
+++ b/os/hal/src/hal.c
@@ -70,6 +70,9 @@ void halInit(void) {
#if (HAL_USE_CAN == TRUE) || defined(__DOXYGEN__)
canInit();
#endif
+#if (HAL_USE_CRY == TRUE) || defined(__DOXYGEN__)
+ cryInit();
+#endif
#if (HAL_USE_DAC == TRUE) || defined(__DOXYGEN__)
dacInit();
#endif