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:
lkoester
2023-03-09 09:03:14 +01:00
parent 0b6cd3e420
commit b0c831d0dc
3 changed files with 162 additions and 20 deletions

View File

@ -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,