From 110062bf65c3d0d2afbeba37aeb3b5f48d917566 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Fri, 20 Jul 2018 00:50:53 -0400 Subject: [PATCH] Reduce the size of serial ring buffer --- SerialRB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SerialRB.h b/SerialRB.h index 4378cc9..22667d5 100644 --- a/SerialRB.h +++ b/SerialRB.h @@ -32,7 +32,7 @@ Boston, MA 02110-1301, USA. #include #endif -const uint16_t SERIAL_RINGBUFFER_SIZE = 2000U; +const uint16_t SERIAL_RINGBUFFER_SIZE = 1000U; class CSerialRB { public: