diff --git a/2sem_sem2/src/bin/main.rs b/2sem_sem2/src/bin/main.rs index d2c80d6..50eb150 100644 --- a/2sem_sem2/src/bin/main.rs +++ b/2sem_sem2/src/bin/main.rs @@ -17,7 +17,7 @@ use semestralka2::send::{bit_send, msg_encode}; use {defmt_rtt as _, panic_probe as _}; static PIPE_SEND: Channel = Channel::new(); -static PIPE_REC: Channel = Channel::new(); +// static PIPE_REC: Channel = Channel::new(); // static REC_ALLOWED: AtomicBool = AtomicBool::new(true); #[embassy_executor::main]