We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2925e commit 79efa70Copy full SHA for 79efa70
src/sfTk/sfDevVEML7700.cpp
@@ -424,7 +424,7 @@ uint16_t sfDevVEML7700::highThreshold(void)
424
//
425
sfTkError_t sfDevVEML7700::setLowThreshold(uint16_t threshold)
426
{
427
- return _theBus->writeRegister(uint8_t)(VEML7700_LOW_THRESHOLD, threshold);
+ return _theBus->writeRegister((uint8_t)VEML7700_LOW_THRESHOLD, threshold);
428
}
429
430
//---------------------------------------------------------------------------------------------------
0 commit comments