mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
rtic-sync: Remove unstable flag, and add defmt derives (#889)
This commit is contained in:
parent
8b2465ba37
commit
4a23c8d6da
6 changed files with 39 additions and 13 deletions
|
|
@ -3,6 +3,9 @@
|
|||
#![no_std]
|
||||
#![deny(missing_docs)]
|
||||
|
||||
#[cfg(feature = "defmt-03")]
|
||||
use defmt_03 as defmt;
|
||||
|
||||
pub mod arbiter;
|
||||
pub mod channel;
|
||||
pub use portable_atomic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue