clang-format
This commit is contained in:
parent
5be2eb1b4a
commit
6deba1dea6
1 changed files with 12 additions and 11 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue