diff options
| author | kalkyl <[email protected]> | 2022-12-10 12:42:08 +0100 |
|---|---|---|
| committer | kalkyl <[email protected]> | 2022-12-10 12:42:08 +0100 |
| commit | cc0248d83ad34941480cd71d0255054d5317ab74 (patch) | |
| tree | e0c39c7cba5dfcb8263225ed2ea585a86988abc7 | |
| parent | 34eaade14fbf521d2e0e37bdeb870787a184ee2e (diff) | |
Select critical-section in tests
| -rw-r--r-- | tests/rp/Cargo.toml | 2 |
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" } | |||
| 14 | defmt = "0.3.0" | 14 | defmt = "0.3.0" |
| 15 | defmt-rtt = "0.4" | 15 | defmt-rtt = "0.4" |
| 16 | 16 | ||
| 17 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } | 17 | cortex-m = { version = "0.7.6" } |
| 18 | cortex-m-rt = "0.7.0" | 18 | cortex-m-rt = "0.7.0" |
| 19 | embedded-hal = "0.2.6" | 19 | embedded-hal = "0.2.6" |
| 20 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.9" } | 20 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.9" } |
