summaryrefslogtreecommitdiff
path: root/examples/rp/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-11-15 20:11:08 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-11-15 20:13:22 +0100
commit9b17b3d721299669a3f8fad66f47c29cdc930a70 (patch)
treef0bb2dae33127aea5d919876494bef4cd2a7a5f1 /examples/rp/Cargo.toml
parentc8f3ec3fba47899b123d0a146e8f9b3808ea4601 (diff)
downloadembassy-9b17b3d721299669a3f8fad66f47c29cdc930a70.zip
Remove unused deps
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"] }