Skip to content

Commit fb436fb

Browse files
authored
Update Adafruit_I2CDevice.cpp
1 parent db88956 commit fb436fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_I2CDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Adafruit_I2CDevice::Adafruit_I2CDevice(uint8_t addr, TwoWire *theWire)
2626
_addr = addr;
2727
_begun = false;
2828
_i2c_bus_dev = RT_NULL;
29-
_maxBufferSize = 32;
29+
_maxBufferSize = RT_UINT16_MAX;
3030
}
3131

3232
/*!

0 commit comments

Comments
 (0)