format
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-03 13:35:46 +01:00
parent 1a5f1e5f2f
commit a1f75f6f65
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -745,7 +745,7 @@ pub mod std_mod {
}
}
/// Converter structure for PUS telecommands which are stored inside
/// Converter structure for PUS telecommands which are stored inside
/// [SharedStaticMemoryPool] structure. This is useful if run-time allocation for these
/// packets should be avoided. Please note that this structure is not able to convert TCs which
/// are stored as a `Vec<u8>`.