mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-17 18:50:32 +08:00
fix: missing.
This commit is contained in:
parent
c5ee621160
commit
2c7930d178
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ uint8_t trigger = 0;
|
||||||
// the block number for the ISO14443-4 PCB
|
// the block number for the ISO14443-4 PCB
|
||||||
static uint8_t iso14_pcb_blocknum = 0;
|
static uint8_t iso14_pcb_blocknum = 0;
|
||||||
|
|
||||||
//static uint8_t* free_buffer_pointer;
|
static uint8_t* free_buffer_pointer;
|
||||||
|
|
||||||
//
|
//
|
||||||
// ISO14443 timing:
|
// ISO14443 timing:
|
||||||
|
|
Loading…
Reference in a new issue