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: ");
|
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");
|
||||||
|
|
Loading…
Reference in a new issue