only actions and modes remaining

This commit is contained in:
2023-07-05 15:12:03 +02:00
parent 52a7682a55
commit 43408f3a9b
6 changed files with 66 additions and 55 deletions

View File

@ -40,6 +40,10 @@ impl PusService11SchedHandler {
scheduler,
}
}
pub fn scheduler_mut(&mut self) -> &mut PusScheduler {
&mut self.scheduler
}
}
impl PusServiceHandler for PusService11SchedHandler {