We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22ae70 commit bc22d00Copy full SHA for bc22d00
libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus_ex.c
@@ -2,7 +2,9 @@
2
#pragma GCC diagnostic push
3
#pragma GCC diagnostic ignored "-Wunused-parameter"
4
5
-#ifdef STM32G4xx
+#ifdef STM32G0xx
6
+ #include "stm32g0xx_hal_smbus_ex.c"
7
+#elif STM32G4xx
8
#include "stm32g4xx_hal_smbus_ex.c"
9
#elif STM32L0xx
10
#include "stm32l0xx_hal_smbus_ex.c"
0 commit comments