mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
make style
This commit is contained in:
parent
5854ab19dd
commit
c83ff9da0f
2 changed files with 2 additions and 2 deletions
|
@ -756,7 +756,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
||||||
break;
|
break;
|
||||||
#ifdef WITH_LF
|
#ifdef WITH_LF
|
||||||
case CMD_SET_LF_T55XX_CONFIG: {
|
case CMD_SET_LF_T55XX_CONFIG: {
|
||||||
setT55xxConfig(packet->oldarg[0], (t55xx_configurations_t*) packet->data.asBytes);
|
setT55xxConfig(packet->oldarg[0], (t55xx_configurations_t *) packet->data.asBytes);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case CMD_SET_LF_SAMPLING_CONFIG: {
|
case CMD_SET_LF_SAMPLING_CONFIG: {
|
||||||
|
|
|
@ -293,7 +293,7 @@ int applyIso14443a(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
|
||||||
case MIFARE_ULNANO_LOCKSIF: {
|
case MIFARE_ULNANO_LOCKSIF: {
|
||||||
if (cmd[1] == 0)
|
if (cmd[1] == 0)
|
||||||
snprintf(exp, size, "UNLOCK SIG");
|
snprintf(exp, size, "UNLOCK SIG");
|
||||||
else if ( cmd[1] == 2 )
|
else if (cmd[1] == 2)
|
||||||
snprintf(exp, size, "LOCK SIG");
|
snprintf(exp, size, "LOCK SIG");
|
||||||
else
|
else
|
||||||
snprintf(exp, size, "?");
|
snprintf(exp, size, "?");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue