Skip to content

Commit

Permalink
stm32/h7/rcc: Fixed a typo in one of the docs comments for the clocki…
Browse files Browse the repository at this point in the history
…ng configuration structure
  • Loading branch information
dragonmux committed Aug 11, 2024
1 parent 2b2004e commit 0b9df62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libopencm3/stm32/h7/rcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ struct rcc_pll_config {
uint8_t ppre2; /**< APB2 Peripheral prescaler note: domain 2. */
uint8_t ppre3; /**< APB3 Peripheral prescaler note: domain 1. */
uint8_t ppre4; /**< APB4 Peripheral prescaler note: domain 3. */
uint8_t flash_waitstates; /**< Latency Value to set for flahs. */
uint8_t flash_waitstates; /**< Latency Value to set for Flash. */
enum pwr_vos_scale voltage_scale; /**< LDO/SMPS Voltage scale used for this frequency. */
enum pwr_sys_mode power_mode; /**< LDO/SMPS configuration for device. */
uint8_t smps_level; /**< If using SMPS, voltage level to set. */
Expand Down

0 comments on commit 0b9df62

Please sign in to comment.