We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1488067 + 758d205 commit 8a956dbCopy full SHA for 8a956db
sedsprintf_rs/src/relay.rs
@@ -3,6 +3,7 @@ use crate::{
3
{lock::RouterMutex, TelemetryError, TelemetryResult},
4
};
5
use alloc::{collections::VecDeque, sync::Arc, vec::Vec};
6
+use alloc::boxed::Box;
7
8
/// Logical side index (CAN, UART, RADIO, etc.)
9
pub type RelaySideId = usize;
0 commit comments