mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
allow returns from checked::Resource.lock{,mut}
also add compiler barriers
This commit is contained in:
parent
8e1c72057c
commit
f2bab47aa4
3 changed files with 28 additions and 7 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[package]
|
||||
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
|
||||
build = "build.rs"
|
||||
name = "cortex-m-srp"
|
||||
version = "0.1.0"
|
||||
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue