Skip to content

Commit 4d68668

Browse files
committed
[WB] Update system source file
Signed-off-by: Frederic Pillon <[email protected]>
1 parent d516634 commit 4d68668

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/STM32WBxx/system_stm32wbxx.c

+2
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,10 @@ void SystemInit(void)
226226
/* Reset PLLCFGR register */
227227
RCC->PLLCFGR = 0x22041000U;
228228

229+
#if defined(STM32WB55xx)
229230
/* Reset PLLSAI1CFGR register */
230231
RCC->PLLSAI1CFGR = 0x22041000U;
232+
#endif
231233

232234
/* Reset HSEBYP bit */
233235
RCC->CR &= 0xFFFBFFFFU;

0 commit comments

Comments
 (0)