mirror of https://github.com/ARMmbed/mbed-os.git
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. |
||
---|---|---|
.. | ||
main.cpp | ||
sleep_manager_api_tests.h |