add som taaaaaaaaaabs

This commit is contained in:
ladyada 2021-08-24 17:15:45 -04:00
parent 8ea6efe473
commit 9dbed68a15
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ bool Adafruit_I2CDevice::write(const uint8_t *buffer, size_t len, bool stop,
#endif #endif
#ifdef DEBUG_SERIAL #ifdef DEBUG_SERIAL
DEBUG_SERIAL.print("Stop: "); DEBUG_SERIAL.print("\tStop: ");
DEBUG_SERIAL.println(stop); DEBUG_SERIAL.println(stop);
#endif #endif
@ -142,7 +142,7 @@ bool Adafruit_I2CDevice::write(const uint8_t *buffer, size_t len, bool stop,
return true; return true;
} else { } else {
#ifdef DEBUG_SERIAL #ifdef DEBUG_SERIAL
DEBUG_SERIAL.println("Failed to send!"); DEBUG_SERIAL.println("\tFailed to send!");
#endif #endif
return false; return false;
} }