Skip to content

Commit 79efa70

Browse files
committed
fixo
1 parent 0d2925e commit 79efa70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sfTk/sfDevVEML7700.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ uint16_t sfDevVEML7700::highThreshold(void)
424424
//
425425
sfTkError_t sfDevVEML7700::setLowThreshold(uint16_t threshold)
426426
{
427-
return _theBus->writeRegister(uint8_t)(VEML7700_LOW_THRESHOLD, threshold);
427+
return _theBus->writeRegister((uint8_t)VEML7700_LOW_THRESHOLD, threshold);
428428
}
429429

430430
//---------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)