From d516d9a214152e7bcecbc14bb3cbd22819039c3e Mon Sep 17 00:00:00 2001 From: AdinAck Date: Wed, 19 Jun 2024 11:52:38 -0700 Subject: Add Signal to rtic-sync (#934) * add signal to rtic-sync * woops update changelog * remove example, too comlicated for a doc TODO: add example to rtic-examples repo * fix @korken89's issues * ...remove fence * fix clippy warnings * add tests --- rtic-sync/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'rtic-sync/CHANGELOG.md') diff --git a/rtic-sync/CHANGELOG.md b/rtic-sync/CHANGELOG.md index 135b17b..6cd3a36 100644 --- a/rtic-sync/CHANGELOG.md +++ b/rtic-sync/CHANGELOG.md @@ -14,6 +14,7 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top! ### Added - `defmt v0.3` derives added and forwarded to `embedded-hal(-x)` crates. +- signal structure ## v1.2.0 - 2024-01-10 -- cgit v1.2.3