fixed alloc
This commit is contained in:
@@ -4,6 +4,7 @@ extern crate alloc;
|
||||
|
||||
use alloc::vec;
|
||||
use alloc::vec::Vec;
|
||||
use alloc::borrow::ToOwned;
|
||||
|
||||
use thiserror::Error;
|
||||
use crate::{enums::{FunctionCode, MessageIdentifier}, utils::calculate_checksum};
|
||||
|
||||
Reference in New Issue
Block a user