fixed alloc

This commit is contained in:
2026-01-06 15:47:45 +01:00
parent 1ab2c0e18f
commit 0c29ee4e8b

View File

@@ -4,6 +4,7 @@ extern crate alloc;
use alloc::vec; use alloc::vec;
use alloc::vec::Vec; use alloc::vec::Vec;
use alloc::borrow::ToOwned;
use thiserror::Error; use thiserror::Error;
use crate::{enums::{FunctionCode, MessageIdentifier}, utils::calculate_checksum}; use crate::{enums::{FunctionCode, MessageIdentifier}, utils::calculate_checksum};