Skip to content

Commit bb788d2

Browse files
committed
Fix wrapper file for H7
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 53dde8c commit bb788d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cores/arduino/stm32/LL/stm32yyxx_ll_fmc.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
#include "stm32f7xx_ll_fmc.c"
99
#endif
1010
#ifdef STM32H7xx
11-
#include "stm32h7xx_ll_fmc.c"
11+
/*
12+
* Build issue as not properly guard in current
13+
* version if stm32h7xx_ll_fmc.h is not include
14+
*/
15+
/*#include "stm32h7xx_ll_fmc.c"*/
1216
#endif
1317
#ifdef STM32L4xx
1418
#include "stm32l4xx_ll_fmc.c"

0 commit comments

Comments
 (0)