From f748ec1c59b0ed02ab6e1a13885cf6770395dd8e Mon Sep 17 00:00:00 2001 From: Emanuele Bertoldi Date: Wed, 16 Jun 2010 11:34:55 +0000 Subject: [PATCH] nfc-sam: added FIXME notes. --- examples/nfc-sam.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/nfc-sam.c b/examples/nfc-sam.c index 71eaf54..b2d08f5 100644 --- a/examples/nfc-sam.c +++ b/examples/nfc-sam.c @@ -114,6 +114,7 @@ int main(int argc, const char* argv[]) { case VIRTUAL_CARD_MODE: { + // FIXME: after the loop the reader doesn't respond to host commands... printf("Now the SAM is readable for 1 minute from an external reader.\n"); wait_one_minute(); } @@ -139,6 +140,7 @@ int main(int argc, const char* argv[]) byte_t abtRx[MAX_FRAME_LEN]; size_t szRxLen; + // FIXME: it does not work as expected... if (!nfc_target_init(pnd,abtRx,&szRxLen)) return EXIT_FAILURE;