mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
make style
This commit is contained in:
parent
e4972e8810
commit
517f0886ba
2 changed files with 13 additions and 14 deletions
|
@ -407,8 +407,7 @@ static bool hitag2_password(uint8_t *rx, const size_t rxlen, uint8_t *tx, size_t
|
|||
bAuthenticating = true;
|
||||
memcpy(tx, password, 4);
|
||||
*txlen = 32;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
// stage 2, got config byte+password TAG, discard as will read later
|
||||
if (bAuthenticating) {
|
||||
bAuthenticating = false;
|
||||
|
|
|
@ -211,7 +211,7 @@ void printT55xxConfig(void) {
|
|||
else
|
||||
PRN_NA;
|
||||
|
||||
if (T55xx_Timing.m[i].write_2 != 0xFFFF && i == T55XX_DLMODE_1OF4 )
|
||||
if (T55xx_Timing.m[i].write_2 != 0xFFFF && i == T55XX_DLMODE_1OF4)
|
||||
sprintf(s + strlen(s), "%3d | ", T55xx_Timing.m[i].write_2 / 8);
|
||||
else
|
||||
PRN_NA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue