aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2022-02-07 08:30:32 +0000
committerGravatar GitHub <noreply@github.com> 2022-02-07 08:30:32 +0000
commit5adee8d3f913888047eca00ba26b593510142275 (patch)
tree0a1ec315366b002beb616240f78ff7c1ecd66b42
parent84a8225d11d597549878497185a66dd1620d2777 (diff)
parentd161938138f27f240742f90c075ae852c8fbbd8b (diff)
downloadrtic-5adee8d3f913888047eca00ba26b593510142275.tar.gz
rtic-5adee8d3f913888047eca00ba26b593510142275.tar.zst
rtic-5adee8d3f913888047eca00ba26b593510142275.zip
Merge #601
601: Make bors run r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e9d84038..004894fb 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Formerly known as Real-Time For the Masses.
- **All Cortex-M devices are fully supported**.
- This task model is amenable to known WCET (Worst Case Execution Time) analysis
- and scheduling analysis techniques.
+ and scheduling analysis techniques.
### Crate `cortex-m` 0.6 vs 0.7 in RTIC 0.5.x
@@ -94,11 +94,11 @@ $ cargo xtask --target <your target>
This crate is based on the [Real-Time For the Masses language][rtfm-lang]
created by the Embedded Systems group at [LuleƄ University of Technology][ltu],
-led by [Prof. Per Lindgren][per].
+led by [Prof. Per Lindgren][perl].
[rtfm-lang]: http://www.rtfm-lang.org/
[ltu]: https://www.ltu.se/?l=en
-[per]: https://www.ltu.se/staff/p/pln-1.11258?l=en
+[perl]: https://www.ltu.se/staff/p/pln-1.11258?l=en
## References