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/usb_print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpicc/application/usb_print.c') diff --git a/openpicc/application/usb_print.c b/openpicc/application/usb_print.c index a01ae8b..ccde7de 100644 --- a/openpicc/application/usb_print.c +++ b/openpicc/application/usb_print.c @@ -25,7 +25,7 @@ #include "usb_print.h" -#define BUFLEN 1024 +#define BUFLEN (2*1024) static char ringbuffer[BUFLEN]; static int ringstart, ringstop; -- cgit v1.2.3