From d7526891c54a1344e1c5c1f536fa54621b29946c Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sun, 7 Oct 2018 21:10:34 -0300 Subject: [PATCH] Restore ring buffer default size --- SerialRB.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SerialRB.h b/SerialRB.h index ee244d2..7b6b7b9 100644 --- a/SerialRB.h +++ b/SerialRB.h @@ -32,11 +32,7 @@ Boston, MA 02110-1301, USA. #include #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: