stm32l1: rcc: use better naming for flash wait states

More compatible with developments in l0/l4/f7, and just a better choice
of names overall.
This commit is contained in:
Karl Palsson
2017-05-06 12:48:01 +00:00
parent 29c712326f
commit ec1d2855b0
2 changed files with 11 additions and 13 deletions

View File

@@ -411,7 +411,7 @@ struct rcc_clock_scale {
uint8_t pll_mul;
uint16_t pll_div;
uint8_t pll_source;
uint32_t flash_config;
uint8_t flash_waitstates;
uint8_t hpre;
uint8_t ppre1;
uint8_t ppre2;