Skip to content

Commit 31148fe

Browse files
committed
clangerdified
1 parent 9af8ab9 commit 31148fe

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
@@ -72,7 +72,7 @@ bool Adafruit_I2CDevice::detected(void) {
7272
DEBUG_SERIAL.print(_addr);
7373
#endif
7474
#ifdef ARDUINO_ARCH_MBED
75-
_wire->write(0); // forces a write request instead of a read
75+
_wire->write(0); // forces a write request instead of a read
7676
#endif
7777
if (_wire->endTransmission() == 0) {
7878
#ifdef DEBUG_SERIAL

0 commit comments

Comments
 (0)