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 61cb2a8 commit c74aecbCopy full SHA for c74aecb
libraries/Wire/Wire.h
@@ -71,7 +71,7 @@ class TwoWire : public Stream
71
bool transmissionBegun;
72
73
// RX Buffer
74
- RingBuffer rxBuffer;
+ RingBufferT<256> rxBuffer;
75
76
//TX buffer
77
RingBuffer txBuffer;
0 commit comments