Skip to content

Commit

Permalink
Update MAX1704X.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
porrey committed Oct 6, 2022
1 parent 420b624 commit 4ba2527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MAX1704X.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ bool MAX1704X::begin(bool initializeWire, uint8_t address)

bool MAX1704X::begin(uint8_t address)
{
this->begin(true, address);
return this->begin(true, address);
}

bool MAX1704X::begin(TwoWire* wire)
Expand Down

0 comments on commit 4ba2527

Please sign in to comment.