doc cfg support
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit

This commit is contained in:
2022-10-26 00:22:56 +02:00
parent a2673c9870
commit 65e85f20e0
6 changed files with 12 additions and 1 deletions

View File

@ -158,7 +158,7 @@ macro_rules! sp_header_impls {
pub(crate) use ccsds_impl;
pub(crate) use sp_header_impls;
/// Generic trait for ECSS enumeration which consist of a PFC field denoting their length
/// Generic trait for ECSS enumeration which consist of a PFC field denoting their bit length
/// and an unsigned value. The trait makes no assumptions about the actual type of the unsigned
/// value and only requires implementors to implement a function which writes the enumeration into
/// a raw byte format.