mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-23 04:01:56 +00:00
Fixes style: make style
This commit is contained in:
@@ -2387,11 +2387,11 @@ pn53x_InRelease(struct nfc_device *pnd, const uint8_t ui8Target)
|
||||
// No much choice what to release actually...
|
||||
uint8_t abtCmdRcs360[] = { InRelease, 0x01, 0x01 };
|
||||
res = pn53x_transceive(pnd, abtCmdRcs360, sizeof(abtCmdRcs360), NULL, 0, -1);
|
||||
return (res>=0) ? NFC_SUCCESS : res;
|
||||
return (res >= 0) ? NFC_SUCCESS : res;
|
||||
}
|
||||
uint8_t abtCmd[] = { InRelease, ui8Target };
|
||||
res = pn53x_transceive(pnd, abtCmd, sizeof(abtCmd), NULL, 0, -1);
|
||||
return (res>=0) ? NFC_SUCCESS : res;
|
||||
return (res >= 0) ? NFC_SUCCESS : res;
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user