better name for function
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit

This commit is contained in:
2023-07-02 20:57:50 +02:00
parent 94cfe59235
commit ef4244c8cb
5 changed files with 47 additions and 46 deletions

View File

@ -324,7 +324,7 @@ impl<TYPE> GenericEcssEnumWrapper<TYPE> {
}
impl<TYPE: ToBeBytes> UnsignedEnum for GenericEcssEnumWrapper<TYPE> {
fn len(&self) -> usize {
fn size(&self) -> usize {
(self.pfc() / 8) as usize
}