mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 17:43:49 +00:00
Remove useless FIXME
This commit is contained in:
@@ -125,7 +125,6 @@ int main(int argc, const char* argv[])
|
|||||||
printf("Tx: ");
|
printf("Tx: ");
|
||||||
print_hex((byte_t*)abtTx+1,szTxLen-1);
|
print_hex((byte_t*)abtTx+1,szTxLen-1);
|
||||||
|
|
||||||
// FIXME: Direct call
|
|
||||||
if (!pn53x_transceive (pnd, abtTx, szTxLen, abtRx, &szRxLen)) {
|
if (!pn53x_transceive (pnd, abtTx, szTxLen, abtRx, &szRxLen)) {
|
||||||
free(cmd);
|
free(cmd);
|
||||||
nfc_perror (pnd, "Rx");
|
nfc_perror (pnd, "Rx");
|
||||||
|
|||||||
Reference in New Issue
Block a user