mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: Syntax suger
This commit is contained in:
parent
f66114426b
commit
da198be4b5
7 changed files with 44 additions and 61 deletions
|
@ -102,7 +102,7 @@ static struct {
|
|||
static uint8_t apdu_lengths_replay[5];
|
||||
|
||||
// type of card (ISO 14443 A or B)
|
||||
static char iso_type = 0;
|
||||
static char iso_type;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Wrapper for sending APDUs to type A and B cards
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue