mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: Syntax suger
This commit is contained in:
parent
da198be4b5
commit
65c2d21d05
3 changed files with 15 additions and 20 deletions
|
@ -13,11 +13,11 @@
|
|||
|
||||
static int sniffState = SNF_INIT;
|
||||
static uint8_t sniffUIDType;
|
||||
static uint8_t sniffUID[8] = {0x00};
|
||||
static uint8_t sniffATQA[2] = {0x00};
|
||||
static uint8_t sniffUID[8];
|
||||
static uint8_t sniffATQA[2];
|
||||
static uint8_t sniffSAK;
|
||||
static uint8_t sniffBuf[16] = {0x00};
|
||||
static uint32_t timerData = 0;
|
||||
static uint8_t sniffBuf[16];
|
||||
static uint32_t timerData;
|
||||
|
||||
|
||||
bool MfSniffInit(void){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue