mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 20:30:29 +00:00
mspm0: link interrupt groups in tests
This commit is contained in:
parent
d23c71ea29
commit
8b65f9cf0f
@ -19,6 +19,8 @@ fn main() -> Result<(), Box<dyn Error>> {
|
||||
println!("cargo:rustc-link-arg-bins=-Tlink_ram.x");
|
||||
println!("cargo:rustc-link-arg-bins=-Tdefmt.x");
|
||||
println!("cargo:rustc-link-arg-bins=-Tteleprobe.x");
|
||||
// You must tell cargo to link interrupt groups if the rt feature is enabled.
|
||||
println!("cargo:rustc-link-arg-bins=-Tinterrupt_group.x");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user