larger transmit buffer

This commit is contained in:
wolfgang
2013-01-28 11:22:03 +01:00
parent 8e078d5ae9
commit 10f22c0784

View File

@ -6,7 +6,7 @@
#define BUFFER_SIZE 128
#define BUFFER_SIZE 256
volatile uint8_t buffer[BUFFER_SIZE+5];
volatile uint8_t bufferReadIdx = 0;
volatile uint8_t bufferWriteIdx = 0;