aboutsummaryrefslogtreecommitdiff
path: root/rtic-time/CHANGELOG.md
diff options
context:
space:
mode:
authorFinomnis <Finomnis@users.noreply.github.com>2023-12-06 19:36:06 +0100
committerGitHub <noreply@github.com>2023-12-06 18:36:06 +0000
commitf377471e440d8be0b2f9e9c8877ed015f62dc19e (patch)
tree2f63c1c079bf95cd8468ba2de91cb01032966aab /rtic-time/CHANGELOG.md
parent89160b7cb9b3623e0a50f6745296d470fa7ea79d (diff)
Fix `nrf::rtc` errata workaround (#858)
* Deprecate `should_dequeue_check` * Fix errata by delaying the wakeup point * Add changelog * Fix changelog typos
Diffstat (limited to 'rtic-time/CHANGELOG.md')
-rw-r--r--rtic-time/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic-time/CHANGELOG.md b/rtic-time/CHANGELOG.md
index 2e02a9d..8a99633 100644
--- a/rtic-time/CHANGELOG.md
+++ b/rtic-time/CHANGELOG.md
@@ -12,6 +12,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Changed
- Docs: Add sanity check to `half_period_counter` code example
+- Deprecate `Monotonic::should_dequeue_check` as it was erroneous
### Fixed