Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Mar 24, 2024
1 parent fb72437 commit 482e246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_test_001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ unittest(test_constructor)
assertEqual(0, dht.getHumOffset());
assertEqual(0, dht.getTempOffset());

assertEqual(0, dht.lastRead();
assertEqual(0, dht.lastRead());

#if defined(__AVR__)
fprintf(stderr, "__AVR__ defined.");
Expand Down

0 comments on commit 482e246

Please sign in to comment.