unused pipe
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user