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 6a9567f commit 4da1a5fCopy full SHA for 4da1a5f
libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus_ex.c
@@ -4,6 +4,9 @@
4
#ifdef STM32L0xx
5
#include "stm32l0xx_hal_smbus_ex.c"
6
#endif
7
+#ifdef STM32L4xx
8
+ #include "stm32l4xx_hal_smbus_ex.c"
9
+#endif
10
#ifdef STM32L5xx
11
#include "stm32l5xx_hal_smbus_ex.c"
12
0 commit comments