Merge remote-tracking branch 'origin/main' into TargetIdWithApid
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
2023-08-29 10:22:23 +02:00
22 changed files with 147 additions and 68 deletions

View File

@ -419,7 +419,9 @@ fn main() {
let mut buf: [u8; 8] = [0; 8];
let hk_id = HkUniqueId::new(1);
hk_id.bytes_from_target_id_with_apid(&mut buf, target).unwrap();
hk_id
.bytes_from_target_id_with_apid(&mut buf, target)
.unwrap();
let pus_tm = PusTmCreator::new(
&mut sp_header,
sec_header,