Skip to content

Commit 5e6f3e7

Browse files
committed
fixup: rcc whitespace
1 parent 08306ff commit 5e6f3e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/modm/platform/clock/stm32/rcc.hpp.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -616,15 +616,15 @@ public:
616616
* f(VCO clock) = f(PLLI2S clock input) × (PLLI2SN / PLLM)
617617
* f(PLL I2S clock output) = f(VCO clock) / PLLI2SR
618618
* \endcode
619-
*
620-
*
619+
*
620+
*
621621
* \param pllN
622622
* PLLI2S multiplication factor for VCO
623623
* Caution: The software has to set these bits correctly
624624
* to ensure that the VCO output frequency
625-
* is between 100 and 432 MHz.
625+
* is between 100 and 432 MHz.
626626
* 50 <= PLLI2SN <= 432
627-
*
627+
*
628628
* \param pllR
629629
* PLLI2S division factor for I2S clocks
630630
* Caution: The I2Ss requires a frequency lower than

0 commit comments

Comments
 (0)