Skip to content

Commit

Permalink
Update MCP7940.cpp
Browse files Browse the repository at this point in the history
Issue #66 addressed
  • Loading branch information
SV-Zanshin authored Jan 26, 2025
1 parent 6126292 commit 2fa69d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MCP7940.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ bool MCP7940_Class::begin(const uint8_t sda, const uint8_t scl, const uint32_t i
*/
#if defined(ESP8266)
Wire.begin(sda, scl); // Start I2C as master device using the specified SDA and SCL
#elif defined(ESP8266)
#elif
Wire.begin(); // Start I2C as master device
#endif
(void)sda; // force compiler to ignore this potentially unused parameter
Expand Down

0 comments on commit 2fa69d1

Please sign in to comment.