Skip to content

Commit

Permalink
Fixed compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTheSquid committed Sep 15, 2024
1 parent ed74186 commit 45f9d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ license = "MIT OR Apache-2.0"
categories = ["embedded", "no-std", "concurrency", "memory-management"]

[features]
default = ["portable-atomic-critical-section"]
portable-atomic-critical-section = ["portable-atomic/critical-section"]
portable-atomic-unsafe-assume-single-core = [
"portable-atomic/unsafe-assume-single-core",
Expand Down

0 comments on commit 45f9d85

Please sign in to comment.