8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05be7ce commit b37430bCopy full SHA for b37430b
hardware/arduino/avr/libraries/SoftwareSerial/src/SoftwareSerial.h
@@ -39,7 +39,10 @@ The latest version of this library can always be found at
39
* Definitions
40
******************************************************************************/
41
42
+#ifndef _SS_MAX_RX_BUFF
43
#define _SS_MAX_RX_BUFF 64 // RX buffer size
44
+#endif
45
+
46
#ifndef GCC_VERSION
47
#define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
48
#endif
0 commit comments