mirror of
https://github.com/Martin-P/OpenV2G.git
synced 2024-11-18 12:53:58 +00:00
git-svn-id: https://svn.code.sf.net/p/openv2g/code/trunk@62 d9f2db14-54d0-4bde-b00c-16405c910529
This commit is contained in:
parent
5dfebf8b48
commit
5a9aae1694
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
#if EXI_STREAM == BYTE_ARRAY
|
#if EXI_STREAM == BYTE_ARRAY
|
||||||
/* 64 kilobytes = 65 536 bytes */
|
/* 64 kilobytes = 65 536 bytes */
|
||||||
/* 1 megabyte = 1 048 576 bytes*/
|
/* 1 megabyte = 1 048 576 bytes*/
|
||||||
#define BUFFER_SIZE 1048576
|
#define BUFFER_SIZE 200
|
||||||
uint8_t bufferIn[BUFFER_SIZE];
|
uint8_t bufferIn[BUFFER_SIZE];
|
||||||
uint8_t bufferOut[BUFFER_SIZE];
|
uint8_t bufferOut[BUFFER_SIZE];
|
||||||
#endif /* EXI_STREAM == BYTE_ARRAY */
|
#endif /* EXI_STREAM == BYTE_ARRAY */
|
||||||
|
|
Loading…
Reference in a new issue