mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
fix typo
This commit is contained in:
parent
6f67d3a933
commit
524c2574f2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- `#[task_local]`, there must be only one task, similar to a task local
|
||||
resource, but (optionally) set-up by init. This is similar to move.
|
||||
|
||||
- Improved ergonomics allowing separation of task signatures to actual implementation in extern block `externt "C" { #[task(..)] fn t(..); }`.
|
||||
- Improved ergonomics allowing separation of task signatures to actual implementation in extern block `extern "C" { #[task(..)] fn t(..); }`.
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
Loading…
Reference in a new issue