fix alloc

This commit is contained in:
2026-01-18 19:20:13 +01:00
parent ad9ca06bda
commit 881b83c597

View File

@@ -11,6 +11,7 @@ extern crate alloc;
use alloc::vec;
use alloc::vec::Vec;
use alloc::borrow::ToOwned;
#[derive(Debug, PartialEq, Eq)]
pub enum Protocol300Transmission {