File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/i2c/drivers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1240,7 +1240,7 @@ class WipperSnapper_I2C_Driver {
1240
1240
@brief Enables the device's proximity sensor, if it exists.
1241
1241
*/
1242
1242
/* ******************************************************************************/
1243
- virtual void enableSensorProximity () {};
1243
+ virtual void enableSensorProximity (){};
1244
1244
1245
1245
/* ******************************************************************************/
1246
1246
/* !
@@ -1403,8 +1403,8 @@ class WipperSnapper_I2C_Driver {
1403
1403
long _ambientTempFPeriod = 0L ; // /< The time period between reading the
1404
1404
// /< ambient temp. (°F) sensor's value.
1405
1405
long _ambientTempFPeriodPrv =
1406
- PERIOD_24HRS_AGO_MILLIS; // /< The time when the ambient temp. (°F) sensor
1407
- // /< was last read.
1406
+ PERIOD_24HRS_AGO_MILLIS; // /< The time when the ambient temp. (°F) sensor
1407
+ // /< was last read.
1408
1408
long _objectTempFPeriod = 0L ; // /< The time period between reading the object
1409
1409
// /< temp. (°F) sensor's value.
1410
1410
long _objectTempFPeriodPrv =
You can’t perform that action at this time.
0 commit comments