added sequence counter to verification helper, increments after succesful sending, added very basic test (does it even increment?), needs some more tests probably
This commit is contained in:
@ -79,6 +79,8 @@ fn main() {
|
||||
PUS_APID,
|
||||
#[allow(clippy::box_default)]
|
||||
Box::new(SeqCountProviderSimple::default()),
|
||||
#[allow(clippy::box_default)]
|
||||
Box::new(SeqCountProviderSimple::default()),
|
||||
1,
|
||||
2,
|
||||
8,
|
||||
|
Reference in New Issue
Block a user