fix build

This commit is contained in:
rob tillaart 2022-08-08 22:02:39 +02:00
parent e238822921
commit 319d44c093
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ bool Adafruit_I2CDevice::setSpeed(uint32_t desiredclk) {
atwbr /= 64;
TWSR = 0x3;
}
TWBR = atwb;
TWBR = atwbr;
#ifdef DEBUG_SERIAL
Serial.print(F("TWSR prescaler = "));