Skip to content

Commit 8a956db

Browse files
Merge sedsprintf_rs upstream main
2 parents 1488067 + 758d205 commit 8a956db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sedsprintf_rs/src/relay.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use crate::{
33
{lock::RouterMutex, TelemetryError, TelemetryResult},
44
};
55
use alloc::{collections::VecDeque, sync::Arc, vec::Vec};
6+
use alloc::boxed::Box;
67

78
/// Logical side index (CAN, UART, RADIO, etc.)
89
pub type RelaySideId = usize;

0 commit comments

Comments
 (0)