Skip to content

Commit 057d842

Browse files
committed
Remove unused variable - causing an error on ESP32 v2.0.4
1 parent 6d00405 commit 057d842

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SparkFunCCS811.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ CCS811Core::CCS811_Status_e CCS811Core::beginCore(TwoWire &wirePort)
9797
CCS811Core::CCS811_Status_e CCS811Core::readRegister(uint8_t offset, uint8_t *outputPointer)
9898
{
9999
//Return value
100-
uint8_t result = 1;
101100
uint8_t numBytes = 1;
102101
CCS811Core::CCS811_Status_e returnError = CCS811_Stat_SUCCESS;
103102

0 commit comments

Comments
 (0)