diff options
| author | i509VCB <[email protected]> | 2025-05-20 17:17:03 -0500 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-05-20 17:17:03 -0500 |
| commit | d23c71ea290828cbdf12b0ce64e9cd420e9038ab (patch) | |
| tree | b6beb0fadff32636aaf95d63a3cab9fb27bb58b4 /examples/mspm0l1306 | |
| parent | 156bf00009495bbdffefd67f920919b4cd35c418 (diff) | |
mspm0: generate interrupt group handlers
Diffstat (limited to 'examples/mspm0l1306')
| -rw-r--r-- | examples/mspm0l1306/build.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/mspm0l1306/build.rs b/examples/mspm0l1306/build.rs index 30691aa97..2d777c2d3 100644 --- a/examples/mspm0l1306/build.rs +++ b/examples/mspm0l1306/build.rs | |||
| @@ -32,4 +32,6 @@ fn main() { | |||
| 32 | println!("cargo:rustc-link-arg-bins=--nmagic"); | 32 | println!("cargo:rustc-link-arg-bins=--nmagic"); |
| 33 | println!("cargo:rustc-link-arg-bins=-Tlink.x"); | 33 | println!("cargo:rustc-link-arg-bins=-Tlink.x"); |
| 34 | println!("cargo:rustc-link-arg-bins=-Tdefmt.x"); | 34 | println!("cargo:rustc-link-arg-bins=-Tdefmt.x"); |
| 35 | // You must tell cargo to link interrupt groups if the rt feature is enabled. | ||
| 36 | println!("cargo:rustc-link-arg-bins=-Tinterrupt_group.x"); | ||
| 35 | } | 37 | } |
