stm32f3: removed pllmul x16 commented out line as recommended in #82.
This commit is contained in:
parent
efe08e4898
commit
119473f3b1
@ -98,7 +98,6 @@
|
||||
#define RCC_CFGR_PLLMUL_PLL_IN_CLK_X14 0xC
|
||||
#define RCC_CFGR_PLLMUL_PLL_IN_CLK_X15 0xD
|
||||
#define RCC_CFGR_PLLMUL_PLL_IN_CLK_X16 0xE
|
||||
//#define RCC_CFGR_PLLMUL_PLL_IN_CLK_X16 0xF
|
||||
#define RCC_CFGR_PLLMUL_MASK (0xF << RCC_CFGR_PLLMUL_SHIFT)
|
||||
|
||||
/* PPRE2: APB high-speed prescaler (APB2) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user