fix no-std compatiblity

This commit is contained in:
2026-01-10 17:39:04 +01:00
parent ffc7ed4a0e
commit 40fa67ecea

View File

@@ -1,5 +1,9 @@
use crate::{Protocol300Message, message};
use thiserror::Error;
extern crate alloc;
use alloc::vec;
use alloc::vec::Vec;
#[derive(Debug, PartialEq, Eq)]
pub enum Protocol300Transmission {