Reworked generic parameter handling for PUS service 1 and 5 #175

Merged
muellerr merged 2 commits from rework-generic-params-for-pus into main 2024-04-30 15:42:06 +02:00
Showing only changes of commit f0d08b65a4 - Show all commits

View File

@ -458,7 +458,7 @@ fn dyn_tmtc_pool_main() {
info!("Starting TM funnel task");
let jh_tm_funnel = thread::Builder::new()
.name("sat-rs tm-funnel".to_string())
.name("sat-rs tm-sink".to_string())
.spawn(move || loop {
tm_funnel.operation();
})