1 Commits

Author SHA1 Message Date
Priec
416fdb0e7f unused pipe 2026-05-28 09:13:09 +02:00

View File

@@ -17,7 +17,7 @@ use semestralka2::send::{bit_send, msg_encode};
use {defmt_rtt as _, panic_probe as _};
static PIPE_SEND: Channel<CriticalSectionRawMutex, u8, 128> = Channel::new();
static PIPE_REC: Channel<CriticalSectionRawMutex, u8, 128> = Channel::new();
// static PIPE_REC: Channel<CriticalSectionRawMutex, u8, 128> = Channel::new();
// static REC_ALLOWED: AtomicBool = AtomicBool::new(true);
#[embassy_executor::main]