diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-05-31 21:41:42 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-05-31 21:54:42 +0200 |
| commit | 999a2ad829d05b2a34797cf43d625d09bd796a58 (patch) | |
| tree | f6e5a6bb0f9990d79ac46a82981654947b2eec36 /embassy-boot-rp/build.rs | |
| parent | ba940017ee8cabbb2a371243adc040b3460cd71c (diff) | |
Fix all check-cfg errors in the entire repo.
the main ci.sh now passes if running with nightly.
Diffstat (limited to 'embassy-boot-rp/build.rs')
| -rw-r--r-- | embassy-boot-rp/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-boot-rp/build.rs b/embassy-boot-rp/build.rs index 2cbc7ef5e..bfaee3503 100644 --- a/embassy-boot-rp/build.rs +++ b/embassy-boot-rp/build.rs | |||
| @@ -5,4 +5,5 @@ fn main() { | |||
| 5 | if target.starts_with("thumbv6m-") { | 5 | if target.starts_with("thumbv6m-") { |
| 6 | println!("cargo:rustc-cfg=armv6m"); | 6 | println!("cargo:rustc-cfg=armv6m"); |
| 7 | } | 7 | } |
| 8 | println!("cargo:rustc-check-cfg=cfg(armv6m)"); | ||
| 8 | } | 9 | } |
