diff --git a/rtic-sync/CHANGELOG.md b/rtic-sync/CHANGELOG.md index 9fcb798e248..0a61e2595a3 100644 --- a/rtic-sync/CHANGELOG.md +++ b/rtic-sync/CHANGELOG.md @@ -17,6 +17,11 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top! - `defmt v0.3` derives added and forwarded to `embedded-hal(-x)` crates. - signal structure +### Fixed +- Fix [#780] + +[#780]: https://github.com/rtic-rs/rtic/issues/780 + ## v1.2.0 - 2024-01-10 ### Changed