From 418faaa1970325fa0442b1e3ce9e89026a5e7d16 Mon Sep 17 00:00:00 2001 From: lady ada Date: Thu, 14 May 2020 17:01:06 -0400 Subject: [PATCH] clanged --- Adafruit_I2CDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_I2CDevice.cpp b/Adafruit_I2CDevice.cpp index 7f394f8..d0cc2b3 100644 --- a/Adafruit_I2CDevice.cpp +++ b/Adafruit_I2CDevice.cpp @@ -217,7 +217,7 @@ bool Adafruit_I2CDevice::write_then_read(uint8_t *write_buffer, uint8_t Adafruit_I2CDevice::address(void) { return _addr; } /*! - * @brief Change the I2C clock speed to desired (relies on + * @brief Change the I2C clock speed to desired (relies on * underlying Wire support! * @return True if this platform supports changing I2C speed. * Not necessarily that the speed was achieved!