cargo fmt
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit

This commit is contained in:
Robin Müller 2022-12-19 17:01:56 +01:00
parent eb5ace0658
commit 2756670efe
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -22,7 +22,7 @@ pub enum PusServiceId {
Housekeeping = 3,
Event = 5,
Action = 8,
Test = 17
Test = 17,
}
/// All PUS versions. Only PUS C is supported by this library.