white space fixes

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13902 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-11-09 08:02:11 +00:00
parent d0ec6c06b8
commit 2f96bed5e1
1 changed files with 2 additions and 2 deletions

View File

@ -249,9 +249,9 @@ void stm32_clock_init(void) {
/* Registers cleared to reset values.*/
RCC->CR = RCC_CR_HSION; /* CR Reset value. */
RCC->HSICFGR = 0x40000000U; /* HSICFGR Reset value. */
RCC->HSICFGR = 0x40000000U; /* HSICFGR Reset value. */
#if !defined(STM32_ENFORCE_H7_REV_XY)
RCC->CSICFGR = 0x20000000U; /* CSICFGR Reset value. */
RCC->CSICFGR = 0x20000000U; /* CSICFGR Reset value. */
#endif
RCC->CSR = 0x00000000U; /* CSR reset value. */
RCC->PLLCFGR = 0x01FF0000U; /* PLLCFGR reset value. */