mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
cppcheck fixes for const
This commit is contained in:
parent
0bb9c43354
commit
e550f8ccc8
18 changed files with 62 additions and 47 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "common.h"
|
||||
|
||||
uint8_t getParity(uint8_t *bits, uint8_t len, uint8_t type);
|
||||
uint8_t getParity(const uint8_t *bits, uint8_t len, uint8_t type);
|
||||
uint8_t checkParity(uint32_t bits, uint8_t len, uint8_t type);
|
||||
|
||||
void num_to_wiegand_bytes(uint64_t oem, uint64_t fc, uint64_t cn, uint8_t *dest, uint8_t formatlen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue