diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-10-06 22:55:38 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-10-06 23:19:53 +0200 |
| commit | abc8e450f936567ad42cb34b5d2a7941b206aa5d (patch) | |
| tree | 57b8ec55ad4fc9048524f2899b34198c5a8e61df /embassy-mspm0/build.rs | |
| parent | e2a2bd3c573928208a4c85e7fcd6ad630f23f47d (diff) | |
Edition 2024.
Diffstat (limited to 'embassy-mspm0/build.rs')
| -rw-r--r-- | embassy-mspm0/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-mspm0/build.rs b/embassy-mspm0/build.rs index d294bc422..93ea81ac3 100644 --- a/embassy-mspm0/build.rs +++ b/embassy-mspm0/build.rs | |||
| @@ -208,7 +208,7 @@ fn generate_groups() -> TokenStream { | |||
| 208 | 208 | ||
| 209 | #[cfg(feature = "rt")] | 209 | #[cfg(feature = "rt")] |
| 210 | mod group_vectors { | 210 | mod group_vectors { |
| 211 | extern "Rust" { | 211 | unsafe extern "Rust" { |
| 212 | #(#group_vectors)* | 212 | #(#group_vectors)* |
| 213 | } | 213 | } |
| 214 | } | 214 | } |
