We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0935852 commit b1a813aCopy full SHA for b1a813a
cores/arduino/HardwareSerial.h
@@ -35,11 +35,6 @@
35
// location from which to read.
36
// NOTE: a "power of 2" buffer size is recommended to dramatically
37
// optimize all the modulo operations for ring buffers.
38
-// WARNING: When buffer sizes are increased to > 256, the buffer index
39
-// variables are automatically increased in size, but the extra
40
-// atomicity guards needed for that are not implemented. This will
41
-// often work, but occasionally a race condition can occur that makes
42
-// Serial behave erratically. See https://github.com/arduino/Arduino/issues/2405
43
#if !defined(SERIAL_TX_BUFFER_SIZE)
44
#define SERIAL_TX_BUFFER_SIZE 64
45
#endif
0 commit comments