aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
diff options
context:
space:
mode:
authorsander <[email protected]>2023-04-19 15:41:00 +0200
committersander <[email protected]>2023-04-19 15:41:00 +0200
commit7d64de153f7f9528ddc1cc10b600fe917ea171d5 (patch)
tree767f02fec4f261de603cc9802bd5f27db93d450e /examples/rp
parent3002ee0dcf0ae186867b2fd869daed609d7a4a23 (diff)
parent37181c79d9a0c6642d4b31bfb1d1816c9ee1b315 (diff)
Merge commit 'cbe076d763d97f715605d25d8f8815e299c45d46'
Diffstat (limited to 'examples/rp')
-rw-r--r--examples/rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index f0fd27991..8067f7ba5 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -20,7 +20,7 @@ defmt = "0.3"
20defmt-rtt = "0.4" 20defmt-rtt = "0.4"
21 21
22#cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } 22#cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
23cortex-m = { version = "0.7.6" } 23cortex-m = { version = "0.7.6", features = ["inline-asm"] }
24cortex-m-rt = "0.7.0" 24cortex-m-rt = "0.7.0"
25panic-probe = { version = "0.3", features = ["print-defmt"] } 25panic-probe = { version = "0.3", features = ["print-defmt"] }
26futures = { version = "0.3.17", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] } 26futures = { version = "0.3.17", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] }