aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2022-02-15 19:25:56 +0000
committerGravatar GitHub <noreply@github.com> 2022-02-15 19:25:56 +0000
commit110a82f7b6a229f0c563b1dd67b5381ba0e308d1 (patch)
treeed93e22f044d8dd175f8ab13550a405c8452cd46
parentc3dd044c57fa98d89aaba1ef16379a891551c8b4 (diff)
parentda25327226342bcb87d7962a36f86f31fac71ef5 (diff)
downloadrtic-110a82f7b6a229f0c563b1dd67b5381ba0e308d1.tar.gz
rtic-110a82f7b6a229f0c563b1dd67b5381ba0e308d1.tar.zst
rtic-110a82f7b6a229f0c563b1dd67b5381ba0e308d1.zip
Merge #608
608: Debug bors r=perlindgren a=AfoHT Co-authored-by: Henrik Tjäder <henrik@grepit.se>
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b140e99..8070ac0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Use rust-cache Github Action
- CI changelog entry enforcer
- `examples/periodic-at.rs`, an example of a periodic timer without accumulated drift.
-- `examples/periodic-at2.rs`, an example of a periodic process with two tasks, with offset timing. Here we depict two alternative usages of the timer type, explicit and trait based.
+- `examples/periodic-at2.rs`, an example of a periodic process with two tasks, with offset timing.
+ Here we depict two alternative usages of the timer type, explicit and trait based.
- book: Update `Monotonic` tips.
### Fixed