now it compiles for no_std

This commit is contained in:
2022-12-30 23:09:58 +01:00
parent f109d59d56
commit 743a2c7611
11 changed files with 159 additions and 134 deletions

View File

@ -29,10 +29,10 @@
//! ```
use core::fmt::Debug;
use core::hash::Hash;
use core::marker::PhantomData;
use delegate::delegate;
use spacepackets::ecss::{EcssEnumeration, ToBeBytes};
use spacepackets::{ByteConversionError, SizeMissmatch};
use std::marker::PhantomData;
/// Using a type definition allows to change this to u64 in the future more easily
pub type LargestEventRaw = u32;