decrease buffer size

This commit is contained in:
King Kévin 2016-04-15 09:13:43 +02:00
parent df162488dd
commit ffee985136
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#pragma once
/** transmit and receive buffer sizes */
#define CDCACM_BUFFER 128
#define CDCACM_BUFFER 64
/** how many bytes available in the received buffer since last read */
extern volatile uint8_t cdcacm_received;