mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-14 11:29:26 +01:00
Wrap SoftwareSerial _SS_MAX_RX_BUFF define
To allow sketches to override value as per #58.
This commit is contained in:
parent
05be7ce395
commit
b37430b473
@ -39,7 +39,10 @@ http://arduiniana.org.
|
|||||||
* Definitions
|
* Definitions
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
#ifndef _SS_MAX_RX_BUFF
|
||||||
#define _SS_MAX_RX_BUFF 64 // RX buffer size
|
#define _SS_MAX_RX_BUFF 64 // RX buffer size
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef GCC_VERSION
|
#ifndef GCC_VERSION
|
||||||
#define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
|
#define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user