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 80aa3ba commit badd634Copy full SHA for badd634
libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus.c
@@ -20,6 +20,8 @@
20
#include "stm32h7xx_hal_smbus.c"
21
#elif STM32L0xx
22
#include "stm32l0xx_hal_smbus.c"
23
+#elif STM32L1xx
24
+ #include "stm32l1xx_hal_smbus.c"
25
#elif STM32L4xx
26
#include "stm32l4xx_hal_smbus.c"
27
#elif STM32L5xx
0 commit comments