aboutsummaryrefslogtreecommitdiff
path: root/rtic-time/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-04 20:03:58 +0000
committerGitHub <noreply@github.com>2023-04-04 20:03:58 +0000
commit72ae46083e64acc012c6b85d3ef7a115657a01e3 (patch)
tree024dbdb94cb5537312c5c34f121257265c165bea /rtic-time/CHANGELOG.md
parent064cf19265f72d7f01e0847c545e6250391a2172 (diff)
parentaeec8bd41bdf3d57098902407ec320f59365641a (diff)
Merge #721
721: Added nRF monotonics r=perlindgren a=korken89 Testing completed Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'rtic-time/CHANGELOG.md')
-rw-r--r--rtic-time/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtic-time/CHANGELOG.md b/rtic-time/CHANGELOG.md
index d3a9d84..3a2fb91 100644
--- a/rtic-time/CHANGELOG.md
+++ b/rtic-time/CHANGELOG.md
@@ -9,6 +9,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Added
+- `should_dequeue` to the `Monotonic` trait to handle bugged timers
+
### Changed
### Fixed