everything still works

This commit is contained in:
Robin Müller 2023-02-04 15:37:35 +01:00
parent 7dbbd18be4
commit 5c968cf39a
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -161,6 +161,7 @@ impl ReceivesCcsdsTc for PusTcSource {
Ok(())
}
}
pub fn core_tmtc_task(args: OtherArgs, mut tc_args: TcArgs, tm_args: TmArgs) {
let scheduler = Rc::new(RefCell::new(
PusScheduler::new_with_current_init_time(Duration::from_secs(5)).unwrap(),