Skip to content

Commit 03796a5

Browse files
sandeepmistryfacchinm
authored andcommitted
Also bump Wire TX buffer size to 256
1 parent c74aecb commit 03796a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Wire/Wire.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class TwoWire : public Stream
7474
RingBufferT<256> rxBuffer;
7575

7676
//TX buffer
77-
RingBuffer txBuffer;
77+
RingBufferT<256> txBuffer;
7878
uint8_t txAddress;
7979

8080
// Callback user functions

0 commit comments

Comments
 (0)