Merge pull request #376 from numero-744/stm32-remove-gen-py-build-dependency

build(stm32): remove gen.py build dependency
This commit is contained in:
Dario Nieuwenhuis 2021-08-26 19:40:55 +02:00 committed by GitHub
commit 8263627fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,5 +95,4 @@ fn main() {
}
println!("cargo:rerun-if-changed=build.rs");
println!("cargo:rerun-if-changed=gen.py");
}