mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
make style
This commit is contained in:
parent
21cbfd61bd
commit
23b4a47e94
3 changed files with 9 additions and 9 deletions
|
@ -2611,7 +2611,7 @@ void MifareG4ReadBlk(uint8_t blockno, uint8_t *pwd) {
|
|||
LED_B_ON();
|
||||
uint32_t save_iso14a_timeout = iso14a_get_timeout();
|
||||
iso14a_set_timeout(13560000 / 1000 / (8 * 16) * 1000); // 2 seconds timeout
|
||||
|
||||
|
||||
uint8_t cmd[] = { 0xCF, 0x00, 0x00, 0x00, 0x00, 0xCE, blockno, 0x00, 0x00};
|
||||
|
||||
memcpy(cmd + 1, pwd, 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue