mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
cppcheck fixes for const
This commit is contained in:
parent
869ae27f35
commit
6bb301f4da
9 changed files with 26 additions and 16 deletions
|
@ -1114,7 +1114,7 @@ typedef struct {
|
|||
uint8_t mlen;
|
||||
const char *match;
|
||||
uint32_t (*Pwd)(const uint8_t *uid);
|
||||
uint16_t (*Pack)(uint8_t *uid);
|
||||
uint16_t (*Pack)(const uint8_t *uid);
|
||||
const char *hint;
|
||||
} mfu_identify_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue