From bdc39aadd1a26d7709ff15722be90c016be2057a Mon Sep 17 00:00:00 2001 From: henryk Date: Sun, 9 Dec 2007 06:06:04 +0000 Subject: Make it possible to send long frames for debugging git-svn-id: https://svn.openpcd.org:2342/trunk@380 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/ssc_picc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpicc/application/ssc_picc.c') 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 */ -- cgit v1.2.3