aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkalkyl <[email protected]>2022-12-10 12:42:08 +0100
committerkalkyl <[email protected]>2022-12-10 12:42:08 +0100
commitcc0248d83ad34941480cd71d0255054d5317ab74 (patch)
treee0c39c7cba5dfcb8263225ed2ea585a86988abc7
parent34eaade14fbf521d2e0e37bdeb870787a184ee2e (diff)
Select critical-section in tests
-rw-r--r--tests/rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rp/Cargo.toml b/tests/rp/Cargo.toml
index a07b479e4..ffde4c7fe 100644
--- a/tests/rp/Cargo.toml
+++ b/tests/rp/Cargo.toml
@@ -14,7 +14,7 @@ embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
14defmt = "0.3.0" 14defmt = "0.3.0"
15defmt-rtt = "0.4" 15defmt-rtt = "0.4"
16 16
17cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } 17cortex-m = { version = "0.7.6" }
18cortex-m-rt = "0.7.0" 18cortex-m-rt = "0.7.0"
19embedded-hal = "0.2.6" 19embedded-hal = "0.2.6"
20embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.9" } 20embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.9" }