This commit is contained in:
daniel_peintner 2012-02-07 13:35:26 +00:00
parent 07573997a7
commit f8eac8381f

View file

@ -47,7 +47,7 @@
#if EXI_STREAM == BYTE_ARRAY
/* 64 kilobytes = 65 536 bytes */
/* 1 megabyte = 1 048 576 bytes*/
#define BUFFER_SIZE 1048576
#define BUFFER_SIZE 200
uint8_t bufferIn[BUFFER_SIZE];
uint8_t bufferOut[BUFFER_SIZE];
#endif /* EXI_STREAM == BYTE_ARRAY */