try to make no-std build

This commit is contained in:
2023-07-12 13:48:59 +02:00
parent 6a0f6bd6c9
commit 1d2af1eda1
6 changed files with 414 additions and 408 deletions

@ -1,5 +1,6 @@
use crate::tmtc::TargetId;
use core::mem::size_of;
#[cfg(feature = "serde")]
use serde::{Deserialize, Serialize};
use spacepackets::{ByteConversionError, SizeMissmatch};