mirror of https://github.com/noisymime/Arduino.git
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
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef _SS_MAX_RX_BUFF
|
||||
#define _SS_MAX_RX_BUFF 64 // RX buffer size
|
||||
#endif
|
||||
|
||||
#ifndef GCC_VERSION
|
||||
#define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue