mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
style
This commit is contained in:
parent
d8f539c217
commit
7bf24a170f
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ int ndefDecodeHeader(uint8_t *data, size_t datalen, NDEFHeader_t *header) {
|
||||||
|
|
||||||
if (header->IDLenPresent) {
|
if (header->IDLenPresent) {
|
||||||
header->IDLen = (header->ShortRecordBit ? (data[3]) : (data[6]));
|
header->IDLen = (header->ShortRecordBit ? (data[3]) : (data[6]));
|
||||||
header->Payload = header->Type + header->TypeLen;
|
|
||||||
} else {
|
} else {
|
||||||
header->IDLen = 0;
|
header->IDLen = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue