mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
cppcheck redundant assignment
This commit is contained in:
parent
971c0126de
commit
ba6ef2a1bc
1 changed files with 0 additions and 1 deletions
|
@ -435,7 +435,6 @@ static int ndefDecodePayloadDeviceInfo(uint8_t *payload, size_t len) {
|
||||||
n = *(p++);
|
n = *(p++);
|
||||||
PrintAndLogEx(INFO, "Unique name... " _YELLOW_("%.*s"), n, p);
|
PrintAndLogEx(INFO, "Unique name... " _YELLOW_("%.*s"), n, p);
|
||||||
p += n + 1;
|
p += n + 1;
|
||||||
n = *(p++);
|
|
||||||
//uuid string
|
//uuid string
|
||||||
// record.uuid_string = '123e4567-e89b-12d3-a456-426655440000'
|
// record.uuid_string = '123e4567-e89b-12d3-a456-426655440000'
|
||||||
// 8-4-4-4-12
|
// 8-4-4-4-12
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue