Skip to content

Commit

Permalink
Restore ring buffer default size
Browse files Browse the repository at this point in the history
  • Loading branch information
juribeparada committed Oct 8, 2018
1 parent 6563ee2 commit d752689
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SerialRB.h
Expand Up @@ -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:
Expand Down

0 comments on commit d752689

Please sign in to comment.