Skip to content

Commit 8164b92

Browse files
committed
fix(wl3): case sensitive definition
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 303a4e5 commit 8164b92

File tree

1 file changed

+4
-1
lines changed
  • system/Drivers/CMSIS/Device/ST/STM32WL3x/Include

1 file changed

+4
-1
lines changed

system/Drivers/CMSIS/Device/ST/STM32WL3x/Include/stm32wl3x.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@
102102
/** @addtogroup Device_Included
103103
* @{
104104
*/
105-
105+
/* Fix issue with case sensitive definition in stm32wl3x.h */
106+
#if defined(STM32WL3xx)
107+
#define STM32WL3XX
108+
#endif
106109
#if defined(STM32WL3XX)
107110
#include "stm32wl3xx.h"
108111
#else

0 commit comments

Comments
 (0)