maybe this will work for bare metal code as well

This commit is contained in:
2023-01-03 16:35:23 +01:00
parent 74c3f78183
commit b5d3b47056
4 changed files with 40 additions and 14 deletions

View File

@ -7,7 +7,7 @@ pub mod crossbeam_test {
CrossbeamVerifSender, FailParams, RequestId, VerificationReporterCfg,
VerificationReporterWithSender,
};
use satrs_core::seq_count::SyncSeqCountProvider;
use satrs_core::seq_count::SeqCountProviderSync;
use spacepackets::ecss::{EcssEnumU16, EcssEnumU8, PusPacket};
use spacepackets::tc::{PusTc, PusTcSecondaryHeader};
use spacepackets::tm::PusTm;
@ -34,7 +34,7 @@ pub mod crossbeam_test {
// each reporter have an own sequence count provider.
let cfg = VerificationReporterCfg::new(
TEST_APID,
Box::new(SyncSeqCountProvider::default()),
Box::new(SeqCountProviderSync::default()),
1,
2,
8,