From 9dbed68a15f0aeca4eb06a26d1ad9250db1e12d5 Mon Sep 17 00:00:00 2001 From: ladyada Date: Tue, 24 Aug 2021 17:15:45 -0400 Subject: [PATCH] add som taaaaaaaaaabs --- Adafruit_I2CDevice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Adafruit_I2CDevice.cpp b/Adafruit_I2CDevice.cpp index 91724d6..0998c70 100644 --- a/Adafruit_I2CDevice.cpp +++ b/Adafruit_I2CDevice.cpp @@ -131,7 +131,7 @@ bool Adafruit_I2CDevice::write(const uint8_t *buffer, size_t len, bool stop, #endif #ifdef DEBUG_SERIAL - DEBUG_SERIAL.print("Stop: "); + DEBUG_SERIAL.print("\tStop: "); DEBUG_SERIAL.println(stop); #endif @@ -142,7 +142,7 @@ bool Adafruit_I2CDevice::write(const uint8_t *buffer, size_t len, bool stop, return true; } else { #ifdef DEBUG_SERIAL - DEBUG_SERIAL.println("Failed to send!"); + DEBUG_SERIAL.println("\tFailed to send!"); #endif return false; }