Skip to content

Commit d9ef426

Browse files
committed
[WB] Update system source file
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 5163308 commit d9ef426

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/STM32WBxx/system_stm32wbxx.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,12 @@
164164
const uint32_t MSIRangeTable[16UL] = {100000UL, 200000UL, 400000UL, 800000UL, 1000000UL, 2000000UL, \
165165
4000000UL, 8000000UL, 16000000UL, 24000000UL, 32000000UL, 48000000UL, 0UL, 0UL, 0UL, 0UL}; /* 0UL values are incorrect cases */
166166

167+
#if defined(STM32WB55xx)
167168
const uint32_t SmpsPrescalerTable[4UL][6UL]={{1UL,3UL,2UL,2UL,1UL,2UL}, \
168169
{2UL,6UL,4UL,3UL,2UL,4UL}, \
169170
{4UL,12UL,8UL,6UL,4UL,8UL}, \
170171
{4UL,12UL,8UL,6UL,4UL,8UL}};
172+
#endif
171173

172174
/**
173175
* @}

0 commit comments

Comments
 (0)