unused pipe

This commit is contained in:
Priec
2026-05-28 09:13:09 +02:00
parent a514098d00
commit 416fdb0e7f

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]