diff options
| -rw-r--r-- | tests/mspm0/build.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mspm0/build.rs b/tests/mspm0/build.rs index 57b592abf..0b58fb9e9 100644 --- a/tests/mspm0/build.rs +++ b/tests/mspm0/build.rs | |||
| @@ -19,6 +19,8 @@ fn main() -> Result<(), Box<dyn Error>> { | |||
| 19 | println!("cargo:rustc-link-arg-bins=-Tlink_ram.x"); | 19 | println!("cargo:rustc-link-arg-bins=-Tlink_ram.x"); |
| 20 | println!("cargo:rustc-link-arg-bins=-Tdefmt.x"); | 20 | println!("cargo:rustc-link-arg-bins=-Tdefmt.x"); |
| 21 | println!("cargo:rustc-link-arg-bins=-Tteleprobe.x"); | 21 | println!("cargo:rustc-link-arg-bins=-Tteleprobe.x"); |
| 22 | // You must tell cargo to link interrupt groups if the rt feature is enabled. | ||
| 23 | println!("cargo:rustc-link-arg-bins=-Tinterrupt_group.x"); | ||
| 22 | 24 | ||
| 23 | Ok(()) | 25 | Ok(()) |
| 24 | } | 26 | } |
