minor fixes
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2024-02-12 14:32:32 +01:00
parent 21b115582c
commit 0c02f4c9b4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//! # Core components of the sat-rs framework //! # sat-rs: A framework to build on-board software for remote systems
//! //!
//! You can find more information about the sat-rs framework on the //! You can find more information about the sat-rs framework on the
//! [homepage](https://egit.irs.uni-stuttgart.de/rust/sat-rs). //! [homepage](https://egit.irs.uni-stuttgart.de/rust/sat-rs).

View File

@ -8,7 +8,7 @@ use spacepackets::time::cds::TimeProvider;
/// This is a helper class for [std] environments to handle generic PUS 11 (scheduling service) /// This is a helper class for [std] environments to handle generic PUS 11 (scheduling service)
/// packets. This handler is able to handle the most important PUS requests for a scheduling /// packets. This handler is able to handle the most important PUS requests for a scheduling
/// service which provides the [PusSchedulerInterface]. /// service which provides the [PusSchedulerProvider].
/// ///
/// Please note that this class does not do the regular periodic handling like releasing any /// Please note that this class does not do the regular periodic handling like releasing any
/// telecommands inside the scheduler. The user can retrieve the wrapped scheduler via the /// telecommands inside the scheduler. The user can retrieve the wrapped scheduler via the