mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-13 18:17:25 -07:00
style
This commit is contained in:
parent
0e5e9163a1
commit
bff057d977
2 changed files with 5 additions and 5 deletions
|
@ -1308,11 +1308,11 @@ static int CmdHF14ACmdRaw(const char *Cmd) {
|
|||
flags |= ISO14A_NO_RATS;
|
||||
}
|
||||
|
||||
if (use_ecp){
|
||||
if (use_ecp) {
|
||||
flags |= ISO14A_USE_ECP;
|
||||
}
|
||||
|
||||
if (use_magsafe){
|
||||
if (use_magsafe) {
|
||||
flags |= ISO14A_USE_MAGSAFE;
|
||||
}
|
||||
|
||||
|
|
|
@ -143,7 +143,7 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
#define ICLASS_DEBIT(x) (((x) & 0x80) == 0x80)
|
||||
|
||||
|
||||
// U7bit
|
||||
// 7bit Apple Magsafe wake up command
|
||||
#define MAGSAFE_CMD_WUPA 0x7A
|
||||
|
||||
#define ISO14443A_CMD_REQA 0x26
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue