diff options
| author | Finomnis <Finomnis@users.noreply.github.com> | 2023-12-06 19:36:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-06 18:36:06 +0000 |
| commit | f377471e440d8be0b2f9e9c8877ed015f62dc19e (patch) | |
| tree | 2f63c1c079bf95cd8468ba2de91cb01032966aab /rtic-time/CHANGELOG.md | |
| parent | 89160b7cb9b3623e0a50f6745296d470fa7ea79d (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.md | 1 |
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 |
