Remove useless FIXME

This commit is contained in:
Romuald Conty 2010-10-07 13:00:57 +00:00
parent 840ff89450
commit 1565d540a8

View file

@ -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");