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
cc7054fc9b
commit
9880df8ca7
6 changed files with 9 additions and 9 deletions
|
@ -2522,9 +2522,9 @@ int iso14443a_select_cardEx(uint8_t *uid_ptr, iso14a_card_select_t *p_card, uint
|
||||||
}
|
}
|
||||||
|
|
||||||
// 11RF005SH or 11RF005M, Read UID again
|
// 11RF005SH or 11RF005M, Read UID again
|
||||||
if (p_card && p_card->atqa[1] == 0x00 ) {
|
if (p_card && p_card->atqa[1] == 0x00) {
|
||||||
|
|
||||||
if ((p_card->atqa[0]==0x03) || (p_card->atqa[0]==0x05)) {
|
if ((p_card->atqa[0] == 0x03) || (p_card->atqa[0] == 0x05)) {
|
||||||
|
|
||||||
// Read real UID
|
// Read real UID
|
||||||
uint8_t fudan_read[] = { 0x30, 0x01, 0x8B, 0xB9};
|
uint8_t fudan_read[] = { 0x30, 0x01, 0x8B, 0xB9};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue