mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
update documentation link in crate metadata
This commit is contained in:
parent
87c69b68af
commit
197d5264c4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ authors = [
|
|||
]
|
||||
categories = ["concurrency", "embedded", "no-std"]
|
||||
description = "Real Time For the Masses (RTFM): a concurrency framework for building real time systems"
|
||||
documentation = "https://japaric.github.io/cortex-m-rtfm/book/"
|
||||
documentation = "https://japaric.github.io/cortex-m-rtfm/book/en"
|
||||
edition = "2018"
|
||||
keywords = ["arm", "cortex-m"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue