From 7c198cbff3872795661b6ded45662dc0a9ba6db9 Mon Sep 17 00:00:00 2001 From: henryk Date: Sat, 15 Dec 2007 20:56:57 +0000 Subject: Record size of SSC RX DMA buffers in transfers, much clearer Change miller decoder to take an RX DMA buffer in order to have access to the reception_mode member, much more versatile git-svn-id: https://svn.openpcd.org:2342/trunk@393 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openpicc/application/main.c') diff --git a/openpicc/application/main.c b/openpicc/application/main.c index 19407e6..38a08b5 100644 --- a/openpicc/application/main.c +++ b/openpicc/application/main.c @@ -85,6 +85,8 @@ void vApplicationIdleHook(void) usb_print_flush(); } +#if 0 +// Bitrotten void main_help_print_buffer(ssc_dma_rx_buffer_t *buffer, int *pktcount) { ISO14443A_SHORT_TYPE *tmp = (ISO14443A_SHORT_TYPE*)buffer->data; @@ -140,6 +142,7 @@ void vMainTestSSCRXConsumer (void *pvParameters) } } } +#endif /* This task pings the watchdog even when the idle task is not running * It should be started with a very high priority and will delay most of the time */ -- cgit v1.2.3