summaryrefslogtreecommitdiff
path: root/examples/rp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rp/Cargo.toml')
-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 37f41b8e..b3dfb04d 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -13,7 +13,7 @@ atomic-polyfill = "0.1.5"
defmt = "0.3"
defmt-rtt = "0.3"
-cortex-m = { version = "0.7.3", features = ["inline-asm"] }
+cortex-m = "0.7.3"
cortex-m-rt = "0.7.0"
embedded-hal = "0.2.6"
panic-probe = { version = "0.3", features = ["print-defmt"] }