the check finally works again
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2023-12-13 15:49:26 +01:00
parent 5a55993452
commit bd6e1637e4
6 changed files with 11 additions and 9 deletions

View File

@ -2,7 +2,7 @@ use satrs_core::pus::verification::RequestId;
use satrs_core::spacepackets::ecss::tc::PusTcCreator;
use satrs_core::spacepackets::ecss::tm::PusTmReader;
use satrs_core::{
spacepackets::ecss::{PusPacket, SerializablePusPacket},
spacepackets::ecss::{PusPacket, WritablePusPacket},
spacepackets::SpHeader,
};
use satrs_example::{OBSW_SERVER_ADDR, SERVER_PORT};

View File

@ -466,7 +466,7 @@ fn main() {
let pus_tm = PusTmCreator::new(
&mut sp_header,
sec_header,
Some(&buf),
&buf,
true,
);
let addr = aocs_tm_store