Skip to content

Commit

Permalink
fix(deps): adding critical-section
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Dec 22, 2023
1 parent c772a91 commit 9d73b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -13,6 +13,7 @@ edition = "2018"

[dependencies]
cortex-m = "0.7.7"
critical-section = { version = "1.1.2", optional = true }
vcell = "0.1.3"

[dependencies.cortex-m-rt]
Expand Down

0 comments on commit 9d73b84

Please sign in to comment.