Skip to content

Commit

Permalink
Please clang
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Sep 13, 2023
1 parent 58a0707 commit 917a75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/i2c/drivers/WipperSnapper_I2C_Driver_SGP40.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class WipperSnapper_I2C_Driver_SGP40 : public WipperSnapper_I2C_Driver {
if (!_sgp40->begin(_i2c)) {
return false;
}
//TODO: update to use setCalibration() and pass in temp/humidity

// TODO: update to use setCalibration() and pass in temp/humidity

return true;
}
Expand Down

0 comments on commit 917a75b

Please sign in to comment.