Skip to content

Commit d4f458c

Browse files
authored
Merge pull request #6 from grahamPatico/master
Remove unused variable in setIntegTime function
2 parents dfb48ee + fdecd58 commit d4f458c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_VEML6030_Ambient_Light_Sensor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void SparkFun_Ambient_Light::setIntegTime(uint16_t time){
101101
return;
102102

103103
_writeRegister(SETTING_REG, INTEG_MASK, bits, INTEG_POS);
104-
uint8_t regVal = readIntegTime();
104+
105105

106106
}
107107

0 commit comments

Comments
 (0)