mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
rtic-sync(docs): harmonize make_signal and make_channel macros
This commit is contained in:
parent
94b2d5e9c0
commit
6f57469bb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) => {{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue