tests: gadget0: stm32l1: fix wait state declaration

Fixes: ec1d2855b stm32l1: rcc: use better naming for flash wait states
This commit is contained in:
Karl Palsson 2018-02-20 22:52:26 +00:00
parent 11a7dcf0b9
commit f71798b360

View File

@ -43,7 +43,7 @@ const struct rcc_clock_scale this_clock_config = {
.ppre1 = RCC_CFGR_PPRE1_HCLK_NODIV,
.ppre2 = RCC_CFGR_PPRE2_HCLK_NODIV,
.voltage_scale = PWR_SCALE1,
.flash_config = FLASH_ACR_LATENCY_1WS,
.flash_waitstates = 1,
.apb1_frequency = 32000000,
.apb2_frequency = 32000000,
};