We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48cb93 commit 0f86786Copy full SHA for 0f86786
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