Skip to content

Commit 367331a

Browse files
committed
system(WB): update the system source file
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 8751260 commit 367331a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: system/STM32WBxx/system_stm32wbxx.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
const uint32_t MSIRangeTable[16UL] = {100000UL, 200000UL, 400000UL, 800000UL, 1000000UL, 2000000UL, \
160160
4000000UL, 8000000UL, 16000000UL, 24000000UL, 32000000UL, 48000000UL, 0UL, 0UL, 0UL, 0UL}; /* 0UL values are incorrect cases */
161161

162-
#if defined(STM32WB55xx) || defined(STM32WB5Mxx) || defined(STM32WB35xx) || defined (STM32WB15xx)
162+
#if defined(STM32WB55xx) || defined(STM32WB5Mxx) || defined(STM32WB35xx) || defined (STM32WB15xx)|| defined (STM32WB1Mxx)
163163
const uint32_t SmpsPrescalerTable[4UL][6UL]={{1UL,3UL,2UL,2UL,1UL,2UL}, \
164164
{2UL,6UL,4UL,3UL,2UL,4UL}, \
165165
{4UL,12UL,8UL,6UL,4UL,8UL}, \

0 commit comments

Comments
 (0)