make style

This commit is contained in:
Philippe Teuwen 2022-05-03 15:18:44 +02:00
commit 9880df8ca7
6 changed files with 9 additions and 9 deletions

View file

@ -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};