Run rustfmt.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
use std::env;
|
||||
use std::path::PathBuf;
|
||||
|
||||
use stm32_metapac_gen::*;
|
||||
|
||||
fn parse_chip_core(chip_and_core: &str) -> (String, Option<String>) {
|
||||
|
@ -25,10 +25,7 @@ fn main() {
|
||||
crate_dir.display(),
|
||||
chip_core_name
|
||||
);
|
||||
println!(
|
||||
"cargo:rustc-env=STM32_METAPAC_PAC_PATH=chips/{}/pac.rs",
|
||||
chip_core_name
|
||||
);
|
||||
println!("cargo:rustc-env=STM32_METAPAC_PAC_PATH=chips/{}/pac.rs", chip_core_name);
|
||||
println!(
|
||||
"cargo:rustc-env=STM32_METAPAC_METADATA_PATH=chips/{}/metadata.rs",
|
||||
chip_core_name
|
||||
|
Reference in New Issue
Block a user