rtic-sync(docs): harmonize make_signal and make_channel macros

This commit is contained in:
Cyril Marpaud 2025-03-16 17:11:19 +01:00 committed by Emil Fresk
parent 94b2d5e9c0
commit 6f57469bb5

View file

@ -157,7 +157,7 @@ impl<T: Copy> SignalReader<'_, T> {
}
}
/// Convenience macro for creating a Signal.
/// Creates a split signal with `'static` lifetime.
#[macro_export]
macro_rules! make_signal {
( $T:ty ) => {{