Skip to content

Commit

Permalink
Fix missing statement
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Oct 3, 2023
1 parent 39a9918 commit 4342157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tests/TESTS/mbed_drivers/lp_timer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void test_lptimer_creation()
LowPowerTimer lp_timer;

/* Check results. */
(0, lp_timer.elapsed_time().count());
TEST_ASSERT_EQUAL_UINT64(0, lp_timer.elapsed_time().count());

/* Wait 10 ms.
* After that operation timer read routines should still return 0. */
Expand Down

0 comments on commit 4342157

Please sign in to comment.