cppcheck redundant assignment

This commit is contained in:
Philippe Teuwen 2021-09-03 23:56:12 +02:00
commit ba6ef2a1bc

View file

@ -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