Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 12dfef0

Browse files
committedSep 5, 2019
[F2] Update HAL/LL wrapper files
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent c340566 commit 12dfef0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎cores/arduino/stm32/HAL/stm32yyxx_hal_dcmi_ex.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifdef STM32F2xx
2+
#include "stm32f2xx_hal_dcmi_ex.c"
3+
#endif
14
#ifdef STM32F4xx
25
#include "stm32f4xx_hal_dcmi_ex.c"
36
#endif

‎cores/arduino/stm32/HAL/stm32yyxx_hal_exti.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifdef STM32F2xx
2+
#include "stm32f2xx_hal_exti.c"
3+
#endif
14
#ifdef STM32F4xx
25
#include "stm32f4xx_hal_exti.c"
36
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.