Skip to content

Commit ac2f46e

Browse files
committed
fixup: rcc whitespace
1 parent 77e5734 commit ac2f46e

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
@@ -696,15 +696,15 @@ public:
696696
* f(VCO clock) = f(PLLI2S clock input) × (PLLI2SN / PLLM)
697697
* f(PLL I2S clock output) = f(VCO clock) / PLLI2SR
698698
* \endcode
699-
*
700-
*
699+
*
700+
*
701701
* \param pllN
702702
* PLLI2S multiplication factor for VCO
703703
* Caution: The software has to set these bits correctly
704704
* to ensure that the VCO output frequency
705-
* is between 100 and 432 MHz.
705+
* is between 100 and 432 MHz.
706706
* 50 <= PLLI2SN <= 432
707-
*
707+
*
708708
* \param pllR
709709
* PLLI2S division factor for I2S clocks
710710
* Caution: The I2Ss requires a frequency lower than

0 commit comments

Comments
 (0)