some defmt support would be good
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit

This commit is contained in:
2024-03-28 22:48:58 +01:00
parent c1b32bca21
commit c7cf83d468
2 changed files with 6 additions and 0 deletions

View File

@ -150,6 +150,7 @@ pub enum PfcReal {
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[cfg_attr(feature="defmt", derive(defmt::Format))]
pub enum PusError {
VersionNotSupported(PusVersion),
ChecksumFailure(u16),