Skip to content

Commit 6f57469

Browse files
cyril-marpaudkorken89
authored andcommitted
rtic-sync(docs): harmonize make_signal and make_channel macros
1 parent 94b2d5e commit 6f57469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtic-sync/src/signal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ impl<T: Copy> SignalReader<'_, T> {
157157
}
158158
}
159159

160-
/// Convenience macro for creating a Signal.
160+
/// Creates a split signal with `'static` lifetime.
161161
#[macro_export]
162162
macro_rules! make_signal {
163163
( $T:ty ) => {{

0 commit comments

Comments
 (0)