mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-06 03:29:17 +00:00
Lint fixes
This commit is contained in:
parent
e9a1e2a1b7
commit
e7c5f4970b
@ -15,7 +15,7 @@ int32_t TSL2561Sensor::runOnce()
|
|||||||
if (!hasSensor()) {
|
if (!hasSensor()) {
|
||||||
return DEFAULT_SENSOR_MINIMUM_WAIT_TIME_BETWEEN_READS;
|
return DEFAULT_SENSOR_MINIMUM_WAIT_TIME_BETWEEN_READS;
|
||||||
}
|
}
|
||||||
|
|
||||||
status = tsl.begin(nodeTelemetrySensorsMap[sensorType].second);
|
status = tsl.begin(nodeTelemetrySensorsMap[sensorType].second);
|
||||||
|
|
||||||
return initI2CSensor();
|
return initI2CSensor();
|
||||||
|
Loading…
Reference in New Issue
Block a user