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 3034785 commit 3219aa2Copy full SHA for 3219aa2
libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus_ex.c
@@ -12,5 +12,7 @@
12
#include "stm32l4xx_hal_smbus_ex.c"
13
#elif STM32L5xx
14
#include "stm32l5xx_hal_smbus_ex.c"
15
+#elif STM32WLxx
16
+ #include "stm32wlxx_hal_smbus_ex.c"
17
#endif
18
#pragma GCC diagnostic pop
0 commit comments