mbed-os/TESTS/mbed_hal/sleep_manager
Przemyslaw Stekiel 42a9cc1e20 tests-mbed_hal-sleep_manager: fix counter wraparound handling
There is a mismatch while handling counter wraparound in `test_sleep_auto` test case.
In the test timestamps in ticks are first converted to us and then while counting the time difference wraparound is handled (us and ticks fields are mismatched). The ticker wraparound case must be handled in the field of ticks, and then the difference converted to us.
2020-02-26 14:05:46 +01:00
..
main.cpp tests-mbed_hal-sleep_manager: fix counter wraparound handling 2020-02-26 14:05:46 +01:00
sleep_manager_api_tests.h test: fix SPDX identifier 2020-02-21 07:00:59 +00:00