mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Fix error in book, shared resource need only Send
This commit is contained in:
parent
c6231d81d8
commit
a7a8f9f4ed
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ $ cargo run --target thumbv7m-none-eabi --example lock
|
|||
{{#include ../../../../ci/expected/lock.run}}
|
||||
```
|
||||
|
||||
Types of `#[shared]` resources have to be both [`Send`] and [`Sync`].
|
||||
Types of `#[shared]` resources have to be [`Send`].
|
||||
|
||||
## Multi-lock
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue