From 5cfb9adad807954148310bb56ad98e74718ceca6 Mon Sep 17 00:00:00 2001 From: Thales Fragoso Date: Wed, 28 Jul 2021 17:32:36 -0300 Subject: f4-pll: Add max values per chip --- examples/stm32f4/src/bin/hello.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/stm32f4/src/bin/hello.rs b/examples/stm32f4/src/bin/hello.rs index 8d4be7150..8ee6c1ef8 100644 --- a/examples/stm32f4/src/bin/hello.rs +++ b/examples/stm32f4/src/bin/hello.rs @@ -19,7 +19,7 @@ mod example_common; fn config() -> Config { let mut rcc_config = RccConfig::default(); - rcc_config.sys_ck = Some(Hertz(32_000_000)); + rcc_config.sys_ck = Some(Hertz(84_000_000)); rcc_config.enable_debug_wfe = true; Config::default().rcc(rcc_config) -- cgit