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 dc2802a commit f3a7086Copy full SHA for f3a7086
cores/nRF5/RingBuffer.h
@@ -25,7 +25,9 @@
25
// using a ring buffer (I think), in which head is the index of the location
26
// to which to write the next incoming character and tail is the index of the
27
// location from which to read.
28
+#ifndef SERIAL_BUFFER_SIZE
29
#define SERIAL_BUFFER_SIZE 64
30
+#endif
31
32
class RingBuffer
33
{
0 commit comments