mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
cppcheck
This commit is contained in:
parent
4a017bc9d9
commit
2eaa60e95e
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ static bool merge_topaz_reader_frames(uint32_t timestamp, uint32_t *duration, ui
|
|||
|
||||
return true;
|
||||
}
|
||||
static uint8_t calc_pos(uint8_t *d) {
|
||||
static uint8_t calc_pos(const uint8_t *d) {
|
||||
// PCB [CID] [NAD] [INF] CRC CRC
|
||||
uint8_t pos = 1;
|
||||
if ((d[0] & 0x08) == 0x08) // cid byte following
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue