Restore ring buffer default size

This commit is contained in:
Andy CA6JAU 2018-10-07 21:10:34 -03:00
parent 6563ee2fb2
commit d7526891c5
1 changed files with 0 additions and 4 deletions

View File

@ -32,11 +32,7 @@ Boston, MA 02110-1301, USA.
#include <Arduino.h>
#endif
#if defined(STM32F105xC) || defined(__MK20DX256__)
const uint16_t SERIAL_RINGBUFFER_SIZE = 370U;
#else
const uint16_t SERIAL_RINGBUFFER_SIZE = 1000U;
#endif
class CSerialRB {
public: