Skip to content

Commit 464ee85

Browse files
Make Wire buffer default to 256 for MBED compatibility (#412)
Fixes #411
1 parent 87d745d commit 464ee85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Wire/src/Wire.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define WIRE_HAS_END 1
3232

3333
#ifndef WIRE_BUFFER_SIZE
34-
#define WIRE_BUFFER_SIZE 128
34+
#define WIRE_BUFFER_SIZE 256
3535
#endif
3636

3737
class TwoWire : public HardwareI2C {

0 commit comments

Comments
 (0)