From e2e37bea66206adefbb2fc97fcbfb71c1a3cfbe7 Mon Sep 17 00:00:00 2001 From: henryk Date: Fri, 14 Mar 2008 04:55:15 +0000 Subject: Add T/C based receiver code with integrated miller decoder Integrate T/C receiver into iso14443 layer 2a Add state field to iso14443_frame, rename ssc buffer state constants Sniffer seems to work with the new code git-svn-id: https://svn.openpcd.org:2342/trunk@452 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/tc_sniffer.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'openpicc/application/tc_sniffer.c') diff --git a/openpicc/application/tc_sniffer.c b/openpicc/application/tc_sniffer.c index 943a2ad..592b5a4 100644 --- a/openpicc/application/tc_sniffer.c +++ b/openpicc/application/tc_sniffer.c @@ -56,15 +56,7 @@ static xSemaphoreHandle data_semaphore; struct diffmiller_state *decoder; iso14443_frame rx_frame; -#define BUFSIZE 1024 #define WAIT_TICKS (20*portTICK_RATE_MS) -typedef struct { - u_int32_t count; - u_int32_t data[BUFSIZE]; -} fiq_buffer_t; -fiq_buffer_t fiq_buffers[2]; - -fiq_buffer_t *tc_sniffer_next_buffer_for_fiq = 0; portBASE_TYPE currently_sniffing = 0; enum { NONE, REQUEST_START, REQUEST_STOP } request_change = REQUEST_START; -- cgit v1.2.3