Add card detection
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
fn main() {
|
||||
println!("cargo:rerun-if-changed=Cargo.toml");
|
||||
patch_crate::run().expect("Failed while patching");
|
||||
|
||||
linker_be_nice();
|
||||
println!("cargo:rustc-link-arg=-Tdefmt.x");
|
||||
// make sure linkall.x is the last linker script (otherwise might cause problems with flip-link)
|
||||
|
||||
Reference in New Issue
Block a user