diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-09 06:06:04 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-09 06:06:04 +0000 |
commit | bdc39aadd1a26d7709ff15722be90c016be2057a (patch) | |
tree | 6fcc1c756a4edf588818aaf3e973a3dfe64fa395 /openpicc/application/ssc_picc.c | |
parent | be5251b669e1812fe13668bafe2832d3a574210e (diff) |
Make it possible to send long frames for debugging
git-svn-id: https://svn.openpcd.org:2342/trunk@380 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/ssc_picc.c')
-rw-r--r-- | openpicc/application/ssc_picc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpicc/application/ssc_picc.c b/openpicc/application/ssc_picc.c index 8faa681..98f9e46 100644 --- a/openpicc/application/ssc_picc.c +++ b/openpicc/application/ssc_picc.c @@ -76,7 +76,7 @@ static const struct {u_int16_t transfersize; u_int16_t transfers;} ssc_sizes[] = /* 14443A Short Frame: 1 transfer of ISO14443A_SHORT_LEN bits */ [SSC_MODE_14443A_SHORT] = {ISO14443A_SHORT_TRANSFER_SIZE, 1}, /* 14443A Standard Frame: FIXME 16 transfers of 32 bits (maximum number), resulting in 512 samples */ - [SSC_MODE_14443A_STANDARD] = {32, 16}, + [SSC_MODE_14443A_STANDARD] = {32, 4}, [SSC_MODE_14443B] = {32, 16}, /* 64 bytes */ [SSC_MODE_EDGE_ONE_SHOT] = {32, 16}, /* 64 bytes */ [SSC_MODE_CONTINUOUS] = {32, 511}, /* 2044 bytes */ |