mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
make style
This commit is contained in:
parent
92a052f26f
commit
a68b8983f2
3 changed files with 18 additions and 18 deletions
|
@ -2804,7 +2804,7 @@ static int CmdHF14AMfuOtpTearoff(const char *Cmd) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TEMPORALLY DISABLED
|
/* TEMPORALLY DISABLED
|
||||||
uint8_t d0, d1, d2, d3;
|
uint8_t d0, d1, d2, d3;
|
||||||
d0 = *resp.data.asBytes;
|
d0 = *resp.data.asBytes;
|
||||||
d1 = *(resp.data.asBytes + 1);
|
d1 = *(resp.data.asBytes + 1);
|
||||||
|
@ -2815,7 +2815,7 @@ static int CmdHF14AMfuOtpTearoff(const char *Cmd) {
|
||||||
PrintAndLogEx(NORMAL, " EFFECT AT: %d us", actualTime);
|
PrintAndLogEx(NORMAL, " EFFECT AT: %d us", actualTime);
|
||||||
PrintAndLogEx(NORMAL, "---------------------------------\n");
|
PrintAndLogEx(NORMAL, "---------------------------------\n");
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
actualTime += interval;
|
actualTime += interval;
|
||||||
}
|
}
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
|
|
|
@ -22,10 +22,10 @@
|
||||||
|
|
||||||
static int CmdHelp(const char *Cmd);
|
static int CmdHelp(const char *Cmd);
|
||||||
|
|
||||||
static char* getHitagTypeStr(uint32_t uid) {
|
static char *getHitagTypeStr(uint32_t uid) {
|
||||||
//uid s/n ********
|
//uid s/n ********
|
||||||
uint8_t type = (uid >> 4) & 0xF;
|
uint8_t type = (uid >> 4) & 0xF;
|
||||||
switch(type) {
|
switch (type) {
|
||||||
case 1:
|
case 1:
|
||||||
return "PCF 7936";
|
return "PCF 7936";
|
||||||
case 2:
|
case 2:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue