Remove useless FIXME
This commit is contained in:
parent
840ff89450
commit
1565d540a8
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ int main(int argc, const char* argv[])
|
|||
printf("Tx: ");
|
||||
print_hex((byte_t*)abtTx+1,szTxLen-1);
|
||||
|
||||
// FIXME: Direct call
|
||||
if (!pn53x_transceive (pnd, abtTx, szTxLen, abtRx, &szRxLen)) {
|
||||
free(cmd);
|
||||
nfc_perror (pnd, "Rx");
|
||||
|
|
Loading…
Reference in a new issue