Skip to content

Commit 677f07a

Browse files
committed
Always enable feature critical-section-single-core of cortex-m
1 parent 8c4000b commit 677f07a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ members = [".", "testsuite", "codegen"]
2929
[dependencies]
3030
bxcan = { version = "0.7.0", optional = true }
3131
cfg-if = "1.0.0"
32-
cortex-m = "0.7.7"
32+
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
3333
cortex-m-rt = "0.7.3"
3434
critical-section = "1.1.2"
3535
defmt = { version = ">=0.2.3, <0.4.0", optional = true }
@@ -46,7 +46,6 @@ stm32f3 = { version = "0.16.0", package = "stm32f3-staging", default-features =
4646
void = { version = "1.0.2", default-features = false }
4747

4848
[dev-dependencies]
49-
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
5049
cortex-m-rtic = "1.1"
5150
cortex-m-semihosting = "0.5.0"
5251
defmt = "0.3.5"

0 commit comments

Comments
 (0)