We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d2c6a commit 52c6185Copy full SHA for 52c6185
libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus_ex.c
@@ -1,3 +1,6 @@
1
+#ifdef STM32G4xx
2
+ #include "stm32g4xx_hal_smbus_ex.c"
3
+#endif
4
#ifdef STM32L0xx
5
#include "stm32l0xx_hal_smbus_ex.c"
6
#endif
0 commit comments