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 d14e9b9 commit 40a6133Copy full SHA for 40a6133
libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus_ex.c
@@ -14,5 +14,7 @@
14
#include "stm32l5xx_hal_smbus_ex.c"
15
#elif STM32WBxx
16
#include "stm32wbxx_hal_smbus_ex.c"
17
+#elif STM32WLxx
18
+ #include "stm32wlxx_hal_smbus_ex.c"
19
#endif
20
#pragma GCC diagnostic pop
0 commit comments