aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
diff options
context:
space:
mode:
authorHiroaki Yutani <[email protected]>2025-05-06 12:11:03 +0900
committerHiroaki Yutani <[email protected]>2025-05-06 12:11:03 +0900
commit103cda49912af6cc524324d28f57e91c05da6741 (patch)
treef59bf5c5674d8d0be2726970185188977157b8ba /examples/rp
parent0460a924ac06a7dd33b4e50396948ba9bcb5374e (diff)
Add a temporary tweak
Diffstat (limited to 'examples/rp')
-rw-r--r--examples/rp/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index 45ca30e4c..97b14a327 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -67,3 +67,6 @@ opt-level = 'z'
67debug = 2 67debug = 2
68lto = true 68lto = true
69opt-level = "z" 69opt-level = "z"
70
71[patch.crates-io]
72cortex-m-rt = { git = "https://github.com/yutannihilation/cortex-m", branch = "fix/allow-unsafe-wrap-rust2024" }