Skip to content

Commit 14d379e

Browse files
committed
small typo fix
1 parent e1aa388 commit 14d379e

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
@@ -69,7 +69,7 @@ bool Adafruit_I2CDevice::detected(void) {
6969
_wire->beginTransmission(_addr);
7070
#ifdef DEBUG_SERIAL
7171
DEBUG_SERIAL.print(F("Address 0x"));
72-
DEBUG_SERIAL.print(_addr);
72+
DEBUG_SERIAL.print(_addr, HEX);
7373
#endif
7474
if (_wire->endTransmission() == 0) {
7575
#ifdef DEBUG_SERIAL

0 commit comments

Comments
 (0)