clang-format

This commit is contained in:
Tyeth Gundry 2025-08-22 13:04:10 +01:00
parent 5be2eb1b4a
commit 6deba1dea6

View file

@ -71,7 +71,8 @@ class WipperSnapper_I2C_Driver_MLX90632D : public WipperSnapper_I2C_Driver {
}
_mlx90632 = new Adafruit_MLX90632();
// attempt to initialize MLX90632
if (!_mlx90632->begin(_sensorAddress, _i2c)) return false;
if (!_mlx90632->begin(_sensorAddress, _i2c))
return false;
return ConfigureAndPrintSensorInfo();
}