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 c74aecb commit 03796a5Copy full SHA for 03796a5
libraries/Wire/Wire.h
@@ -74,7 +74,7 @@ class TwoWire : public Stream
74
RingBufferT<256> rxBuffer;
75
76
//TX buffer
77
- RingBuffer txBuffer;
+ RingBufferT<256> txBuffer;
78
uint8_t txAddress;
79
80
// Callback user functions
0 commit comments