We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92df6b2 commit d35d0feCopy full SHA for d35d0fe
1 file changed
src/googletest/test_helper.hpp
@@ -50,8 +50,8 @@ uint32_t test_periodic_measurement(U* unit, const uint32_t times, const uint32_t
50
std::this_thread::yield();
51
}
52
53
- M5_LOGI("AVG:%u avgCnt:%u", avg, avgCnt);
54
-
+ // M5_LOGI("AVG:%u avgCnt:%u", avg, avgCnt);
+
55
if (!skip_after_test) {
56
EXPECT_EQ(cnt, 0U);
57
EXPECT_EQ(avgCnt, times - 1);
0 commit comments