mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
make style
This commit is contained in:
parent
c80c7646da
commit
1afb335478
11 changed files with 89 additions and 89 deletions
|
@ -1853,7 +1853,7 @@ void iClass_WriteBlock(uint8_t *msg) {
|
|||
|
||||
// new block data
|
||||
memcpy(write + 2, payload->data, 8);
|
||||
|
||||
|
||||
uint8_t pagemap = get_pagemap(&hdr);
|
||||
if (pagemap == PICOPASS_NON_SECURE_PAGEMODE) {
|
||||
// Unsecured tags uses CRC16, but don't include the UPDATE operation code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue