stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.
This commit is contained in:
@@ -17,7 +17,6 @@ mod example_common;
|
||||
fn config() -> Config {
|
||||
let mut config = Config::default();
|
||||
config.rcc.sys_ck = Some(Hertz(84_000_000));
|
||||
config.rcc.enable_debug_wfe = true;
|
||||
config
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user