diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2024-02-23 08:38:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-23 07:38:10 +0000 |
| commit | 4a23c8d6da918b2ddd5a6b694b584fd2737833bb (patch) | |
| tree | f089989910580ea186ce2fe97d40d1eb367d139e /rtic-sync/src/arbiter.rs | |
| parent | 8b2465ba37a2781704e302f403069282a5562930 (diff) | |
rtic-sync: Remove unstable flag, and add defmt derives (#889)
Diffstat (limited to 'rtic-sync/src/arbiter.rs')
| -rw-r--r-- | rtic-sync/src/arbiter.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rtic-sync/src/arbiter.rs b/rtic-sync/src/arbiter.rs index f0dbc4c..b17fa00 100644 --- a/rtic-sync/src/arbiter.rs +++ b/rtic-sync/src/arbiter.rs @@ -191,7 +191,6 @@ impl<'a, T> DerefMut for ExclusiveAccess<'a, T> { } } -#[cfg(feature = "unstable")] /// SPI bus sharing using [`Arbiter`] pub mod spi { use super::Arbiter; @@ -274,7 +273,6 @@ pub mod spi { } } -#[cfg(feature = "unstable")] /// I2C bus sharing using [`Arbiter`] /// /// An Example how to use it in RTIC application: |
