Formatting fixes.
This commit is contained in:
parent
d7409d63e8
commit
88c11a653c
@ -145,7 +145,6 @@ impl Config {
|
||||
self.pll3.r_ck = Some(freq.into());
|
||||
self
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
pub struct Rcc<'d> {
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user