mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
use volatile read/writes for checked::Resource.locked
This commit is contained in:
parent
22bb0d8eae
commit
185f368d63
3 changed files with 13 additions and 7 deletions
|
|
@ -6,3 +6,7 @@ version = "0.1.0"
|
|||
|
||||
[dependencies]
|
||||
cortex-m = "0.2.0"
|
||||
|
||||
[dependencies.vcell]
|
||||
features = ["const-fn"]
|
||||
version = "0.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue