diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-16 02:01:58 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-16 02:01:58 +0000 |
commit | 0df8e1e25ca0743898b4a1fa7e8b7ea0c5208b83 (patch) | |
tree | 38b09ab6ac437b7f90796078cee5af7eef17dd8f /openpicc/application/iso14443_layer3a.h | |
parent | 7c198cbff3872795661b6ded45662dc0a9ba6db9 (diff) |
Get SSC_MODE_14443A working
git-svn-id: https://svn.openpcd.org:2342/trunk@394 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/iso14443_layer3a.h')
-rw-r--r-- | openpicc/application/iso14443_layer3a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpicc/application/iso14443_layer3a.h b/openpicc/application/iso14443_layer3a.h index a31c92f..8925249 100644 --- a/openpicc/application/iso14443_layer3a.h +++ b/openpicc/application/iso14443_layer3a.h @@ -50,7 +50,7 @@ enum ISO14443_STATES { #define ISO14443A_SHORT_LEN 18 #define ISO14443A_EOF_SAMPLE 0x00 -#define ISO14443A_EOF_LEN 4 +#define ISO14443A_EOF_LEN 5 #endif |