diff options
| author | okhsunrog <[email protected]> | 2025-05-21 17:10:49 +0300 |
|---|---|---|
| committer | okhsunrog <[email protected]> | 2025-05-21 17:10:49 +0300 |
| commit | be831d0e7990ab07cc805f440d3814ae47c6dfcc (patch) | |
| tree | d5f4bd3fe88f5457e9b1e6e5112d5986ea582c99 /tests | |
| parent | 27ca627fc83974d926630b4a1bfc9783c3c86bb9 (diff) | |
| parent | 7134e1a3a5b858958e2b4c6911036e4a86dcb095 (diff) | |
Merge remote-tracking branch 'origin/main' into adding_eeprom
Diffstat (limited to 'tests')
| -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 | } |
