Skip to content

Commit 4bbf94c

Browse files
committed
Update cortex-m-rt
1 parent bea4cea commit 4bbf94c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rustc-args = ["--cfg", "docsrs"]
3636
[dependencies]
3737
cfg-if = "1.0.0"
3838
cortex-m = "0.7.4"
39-
cortex-m-rt = "0.7"
39+
cortex-m-rt = "0.7.3"
4040
defmt = { version = ">=0.2.3, <0.4.0", optional = true }
4141
embedded-dma = "0.2.0"
4242
embedded-hal = { version = "0.2.5", features = ["unproven"] }
@@ -72,7 +72,7 @@ rtt-target = { version = "0.3.1", features = ["cortex-m"] }
7272
slice-group-by = "0.3.0"
7373

7474
[features]
75-
default = ["rt", "ld", "usb", "can", "rtc", "enumset"]
75+
default = ["rt", "ld", "usb", "can", "rtc", "enumset", "cortex-m/critical-section-single-core"]
7676
device-selected = []
7777
direct-call-deprecated = []
7878
ld = []

0 commit comments

Comments
 (0)