Skip to content

Commit

Permalink
rtic-monotonics: portable-atomics: Do not disable the ability to fall…
Browse files Browse the repository at this point in the history
…back
  • Loading branch information
AfoHT committed Apr 17, 2024
1 parent d34863f commit 0304999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtic-monotonics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rustdoc-flags = ["--cfg", "docsrs"]
[dependencies]
rtic-time = { version = "2.0.0", path = "../rtic-time" }
fugit = { version = "0.3.6" }
portable-atomic = { version = "1", default-features = false }
portable-atomic = { version = "1" }
cfg-if = "1.0.0"
cortex-m = { version = "0.7.6", optional = true }
critical-section = { version = "1", optional = true }
Expand Down

0 comments on commit 0304999

Please sign in to comment.