Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Oct 13, 2023
1 parent 9d032a8 commit 51e83ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/unit_test_001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ unittest(test_constants)

unittest(test_constructor)
{
ADT7470 ADT(0x2C);
ADT7470 ADT(0x2C); // default Wire

Wire.begin();
ADT.begin();

assertFalse(ADT.isConnected());
Expand Down

0 comments on commit 51e83ea

Please sign in to comment.