add HK subservice enum
This commit is contained in:
parent
c591092881
commit
a9b0de218f
2
satrs-core/src/pus/hk.rs
Normal file
2
satrs-core/src/pus/hk.rs
Normal file
@ -0,0 +1,2 @@
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
||||
pub enum Subservice {}
|
@ -12,6 +12,7 @@ use spacepackets::{ByteConversionError, SizeMissmatch};
|
||||
|
||||
pub mod event;
|
||||
pub mod event_man;
|
||||
pub mod hk;
|
||||
pub mod verification;
|
||||
|
||||
/// Generic error type which is also able to wrap a user send error with the user supplied type E.
|
||||
|
Loading…
Reference in New Issue
Block a user