Skip to content

Commit bc22d00

Browse files
committed
core: G0: update wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent e22ae70 commit bc22d00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus_ex.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
#pragma GCC diagnostic push
33
#pragma GCC diagnostic ignored "-Wunused-parameter"
44

5-
#ifdef STM32G4xx
5+
#ifdef STM32G0xx
6+
#include "stm32g0xx_hal_smbus_ex.c"
7+
#elif STM32G4xx
68
#include "stm32g4xx_hal_smbus_ex.c"
79
#elif STM32L0xx
810
#include "stm32l0xx_hal_smbus_ex.c"

0 commit comments

Comments
 (0)