From c319d646a7961442b94ee798d5a3b3bf62d8a720 Mon Sep 17 00:00:00 2001 From: henryk Date: Wed, 12 Mar 2008 17:32:45 +0000 Subject: Remove SSC DMA Rx buffers that are not going to be used for now and take up precious RAM git-svn-id: https://svn.openpcd.org:2342/trunk@450 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/ssc_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpicc/application/ssc_buffer.h') diff --git a/openpicc/application/ssc_buffer.h b/openpicc/application/ssc_buffer.h index 7c79013..5365851 100644 --- a/openpicc/application/ssc_buffer.h +++ b/openpicc/application/ssc_buffer.h @@ -4,7 +4,7 @@ #include "iso14443.h" #define SSC_RX_BUFFER_SIZE_AS_UINT8 2048 -#define SSC_DMA_BUFFER_COUNT 4 +#define SSC_DMA_BUFFER_COUNT 0 /* in bytes, used for the sample buffer that holds the subcarrier modulation data at fc/8 = 1695 MHz */ #define SSC_TX_BUFFER_SIZE_AS_UINT8 ((MAXIMUM_FRAME_SIZE*( (8+1)*2 ) ) + 2 + 2) -- cgit v1.2.3