avoid warnings for static pools
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2024-02-07 17:29:50 +01:00
parent 5d7e64bdea
commit fb18384222
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -307,6 +307,7 @@ fn static_tmtc_pool_main() {
.expect("Joining PUS handler thread failed");
}
#[allow(dead_code)]
fn dyn_tmtc_pool_main() {
let (tc_source_tx, tc_source_rx) = channel();
let (tm_funnel_tx, tm_funnel_rx) = channel();