Correct counter work. FAAC SLH bugfix.

This commit is contained in:
Eng1n33r
2023-08-22 20:22:49 +03:00
parent f14ed73dfd
commit 2b5ad4f5af
15 changed files with 115 additions and 18 deletions

View File

@@ -45,7 +45,7 @@
typedef struct {
uint8_t fix[4];
uint8_t cnt[3];
uint8_t cnt[4];
uint8_t seed[4];
} SecureData;