Formatting fixes.

This commit is contained in:
Bob McWhirter 2021-08-03 14:12:11 -04:00
parent d7409d63e8
commit 88c11a653c
2 changed files with 15 additions and 18 deletions

View File

@ -145,7 +145,6 @@ impl Config {
self.pll3.r_ck = Some(freq.into());
self
}
}
pub struct Rcc<'d> {

View File

@ -24,8 +24,6 @@ embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" }
embassy-net = { path = "../../embassy-net", default-features = false, features = ["defmt-debug", "defmt", "tcp", "medium-ethernet", "pool-16"] }
stm32-metapac = { path = "../../stm32-metapac", features = ["stm32h743zi"] }
embassy-macros = { path = "../../embassy-macros" }
#stm32h7 = { version = "0.13", features = ["stm32h743"]}
#stm32h7xx-hal = { version = "0.9.0", features = ["stm32h743"] }
defmt = "0.2.0"
defmt-rtt = "0.2.0"