We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daff0c2 commit 94b2d5eCopy full SHA for 94b2d5e
rtic-sync/src/signal.rs
@@ -161,7 +161,7 @@ impl<T: Copy> SignalReader<'_, T> {
161
#[macro_export]
162
macro_rules! make_signal {
163
( $T:ty ) => {{
164
- static SIGNAL: Signal<$T> = Signal::new();
+ static SIGNAL: $crate::signal::Signal<$T> = $crate::signal::Signal::new();
165
166
SIGNAL.split()
167
}};
0 commit comments