667: Remove duplicate stm32-metapac/src/common.rs with chiptool r=Dirbaio a=nviennot

There's a duplicate file common.rs with the chiptool crate. This PR makes the source of truth the one in chiptool.

This PR is a good pair with https://github.com/embassy-rs/chiptool/pull/4 

Co-authored-by: Nicolas Viennot <nicolas@viennot.biz>
This commit is contained in:
bors[bot]
2022-03-15 20:54:12 +00:00
committed by GitHub
5 changed files with 12 additions and 82 deletions

View File

@ -58,6 +58,10 @@ fn main() {
out_dir.display(),
chip_core_name
);
println!(
"cargo:rustc-env=STM32_METAPAC_COMMON_PATH={}/src/common.rs",
out_dir.display(),
);
println!("cargo:rerun-if-changed=build.rs");