this might finally work..
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2024-03-21 13:06:46 +01:00
parent 6873a8f2a7
commit 309d0101a0
19 changed files with 453 additions and 664 deletions

View File

@ -170,7 +170,7 @@ fn static_tmtc_pool_main() {
shared_tc_pool.pool.clone(),
pus_hk_rx,
request_map,
pus_hk_reply_rx
pus_hk_reply_rx,
);
let mut pus_stack = PusStack::new(
pus_hk_service,
@ -390,7 +390,7 @@ fn dyn_tmtc_pool_main() {
verif_reporter.clone(),
pus_hk_rx,
request_map,
pus_hk_reply_rx
pus_hk_reply_rx,
);
let mut pus_stack = PusStack::new(
pus_hk_service,