mirror of https://github.com/g4klx/MMDVM.git
Restore ring buffer default size
This commit is contained in:
parent
6563ee2fb2
commit
d7526891c5
|
@ -32,11 +32,7 @@ Boston, MA 02110-1301, USA.
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(STM32F105xC) || defined(__MK20DX256__)
|
|
||||||
const uint16_t SERIAL_RINGBUFFER_SIZE = 370U;
|
const uint16_t SERIAL_RINGBUFFER_SIZE = 370U;
|
||||||
#else
|
|
||||||
const uint16_t SERIAL_RINGBUFFER_SIZE = 1000U;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class CSerialRB {
|
class CSerialRB {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue