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 {
12401240 @brief Enables the device's proximity sensor, if it exists.
12411241 */
12421242 /* ******************************************************************************/
1243- virtual void enableSensorProximity () {};
1243+ virtual void enableSensorProximity (){};
12441244
12451245 /* ******************************************************************************/
12461246 /* !
@@ -1403,8 +1403,8 @@ class WipperSnapper_I2C_Driver {
14031403 long _ambientTempFPeriod = 0L ; // /< The time period between reading the
14041404 // /< ambient temp. (°F) sensor's value.
14051405 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.
14081408 long _objectTempFPeriod = 0L ; // /< The time period between reading the object
14091409 // /< temp. (°F) sensor's value.
14101410 long _objectTempFPeriodPrv =
You can’t perform that action at this time.
0 commit comments