Commit 0f86786b authored by Sandeep Mistry's avatar Sandeep Mistry

Wrap SoftwareSerial _SS_MAX_RX_BUFF define

To allow sketches to override value as per #58.
parent c48cb93b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment