Skip to content

Commit 4d27615

Browse files
committed
klzng
1 parent a9498c8 commit 4d27615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Adafruit_I2CDevice.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ bool Adafruit_I2CDevice::detected(void) {
6868
// A basic scanner, see if it ACK's
6969
_wire->beginTransmission(_addr);
7070
#ifdef DEBUG_SERIAL
71-
DEBUG_SERIAL.print(F("Address 0x"));
72-
DEBUG_SERIAL.print(_addr);
71+
DEBUG_SERIAL.print(F("Address 0x"));
72+
DEBUG_SERIAL.print(_addr);
7373
#endif
7474
if (_wire->endTransmission() == 0) {
7575
#ifdef DEBUG_SERIAL

0 commit comments

Comments
 (0)