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 ad05fe4..02de5cd 100644
--- a/os/hal/src/hal_community.c
+++ b/os/hal/src/hal_community.c
@@ -84,6 +84,10 @@ void halCommunityInit(void) {
#if HAL_USE_COMP || defined(__DOXYGEN__)
compInit();
#endif
+
+#if HAL_USE_FSMC || defined(__DOXYGEN__)
+ fsmcInit();
+#endif
}
#endif /* HAL_USE_COMMUNITY */