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/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rtic-sync/src/lib.rs') diff --git a/rtic-sync/src/lib.rs b/rtic-sync/src/lib.rs index 90afff6..f884588 100644 --- a/rtic-sync/src/lib.rs +++ b/rtic-sync/src/lib.rs @@ -9,6 +9,7 @@ use defmt_03 as defmt; pub mod arbiter; pub mod channel; pub use portable_atomic; +pub mod signal; #[cfg(test)] #[macro_use] -- cgit v1.2.3