We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15bde4 commit afee23eCopy full SHA for afee23e
libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus_ex.c
@@ -6,6 +6,8 @@
6
#include "stm32g0xx_hal_smbus_ex.c"
7
#elif STM32G4xx
8
#include "stm32g4xx_hal_smbus_ex.c"
9
+#elif STM32H7xx
10
+ #include "stm32h7xx_hal_smbus_ex.c"
11
#elif STM32L0xx
12
#include "stm32l0xx_hal_smbus_ex.c"
13
#elif STM32L4xx
0 commit comments