Skip to content

Commit f561618

Browse files
fixed issue with typeless variable
1 parent 1a4529d commit f561618

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SparkFun_VL53L1X_Arduino_Library.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ class VL53L1X {
102102

103103
//Variables
104104
TwoWire *_i2cPort; //The generic connection to user's chosen I2C hardware
105-
uint8_t _deviceAddress; //Keeps track of I2C address. setI2CAddress changes this.
106-
_distanceMode = 0;
105+
uint8_t _distanceMode = 0;
107106
};
108107

109108
#endif

0 commit comments

Comments
 (0)