dyn-clone also requires alloc..

This commit is contained in:
2023-01-03 01:00:51 +01:00
parent 1fcc8d3f57
commit f8cd28c4f5
5 changed files with 66 additions and 23 deletions

View File

@ -1,9 +1,10 @@
use crate::pus::{source_buffer_large_enough, EcssTmError, EcssTmSender};
use crate::pus::{source_buffer_large_enough, EcssTmError};
use spacepackets::ecss::EcssEnumeration;
use spacepackets::tm::PusTm;
use spacepackets::tm::PusTmSecondaryHeader;
use spacepackets::{SpHeader, MAX_APID};
use crate::pus::EcssTmSender;
#[cfg(feature = "alloc")]
pub use allocvec::EventReporter;