diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-20 06:49:57 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-20 06:49:57 +0000 |
commit | 37907554771641fd6eaf0e24175f8944b2efcdaa (patch) | |
tree | c469e100fdd6b73be8182cd75bfb9f7b1aa377bc | |
parent | ed96e055e65d3df69ee65fa64582c254bc39d095 (diff) |
fix comment
git-svn-id: https://svn.openpcd.org:2342/trunk@115 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | openpcd/firmware/src/main_reqa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openpcd/firmware/src/main_reqa.c b/openpcd/firmware/src/main_reqa.c index 7f75e97..0e9acea 100644 --- a/openpcd/firmware/src/main_reqa.c +++ b/openpcd/firmware/src/main_reqa.c @@ -1,5 +1,6 @@ /* main_reqa - OpenPCD firmware for generating an endless loop of - * ISO 14443-A REQA packets. + * ISO 14443-A REQA packets. Alternatively we can send WUPA, or + * perform a full ISO14443A anti-collision loop. * * If a response is received from the PICC, LED1 (Red) will be switched * on. If no valid response has been received within the timeout of the |