Skip to content

Commit

Permalink
Some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Jan 14, 2025
1 parent a5d8c0f commit 05af4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/googletest/test_template.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class GlobalFixture : public ::testing::Environment {
TwoWire* w[2] = {&Wire, &Wire1};
#endif
if (WNUM < m5::stl::size(w) && i2cIsInit(WNUM)) {
M5_LOGW("Already inititlized Wire. Terminate and restart");
M5_LOGW("Already inititlized Wire %d. Terminate and restart FREQ %u", WNUM, FREQ);
w[WNUM]->end();
}
w[WNUM]->begin(pin_num_sda, pin_num_scl, FREQ);
Expand Down

0 comments on commit 05af4a4

Please sign in to comment.