Applied clang formatting.

This commit is contained in:
DESKTOP\fahadmirza 2020-11-28 05:25:16 -06:00
parent c85b682bf6
commit e19344e375
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ bool Adafruit_I2CDevice::detected(void) {
* @return True if write was successful, otherwise false.
*/
bool Adafruit_I2CDevice::write(const uint8_t *buffer, size_t len, bool stop,
const uint8_t *prefix_buffer, size_t prefix_len) {
const uint8_t *prefix_buffer,
size_t prefix_len) {
if ((len + prefix_len) > maxBufferSize()) {
// currently not guaranteed to work if more than 32 bytes!
// we will need to find out if some platforms have larger