cppcheck fixes

This commit is contained in:
iceman1001 2022-01-06 22:08:28 +01:00
commit 7efd02b6e0
5 changed files with 92 additions and 117 deletions

View file

@ -1113,7 +1113,7 @@ typedef struct {
uint8_t mpos;
uint8_t mlen;
const char *match;
uint32_t (*Pwd)(uint8_t *uid);
uint32_t (*Pwd)(const uint8_t *uid);
uint16_t (*Pack)(uint8_t *uid);
const char *hint;
} mfu_identify_t;