Skip to content

Commit

Permalink
Remove cortex-m/critical-section-single-core feat
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Dec 22, 2023
1 parent 51a62d5 commit 3e1f1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bitfield = "0.13"
bitflags = "1.2.1"
cipher = "0.3"
critical-section = "1.1.2"
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
cortex-m = "0.7"
embedded-hal = "0.2"
fugit = "0.3"
modular-bitfield = "0.11"
Expand Down

0 comments on commit 3e1f1e6

Please sign in to comment.