mirror of https://github.com/ARMmbed/mbed-os.git
f746fc5bac
The lp_ticker test overrides the default ticker handler for the low power ticker. This stops all other low power TimerEvents in the system, including the ones for tickless, from getting called. Because of this devices with tickless enabled malfunction during this test. This patch fixes this problem by passing all lp ticker events it did not trigger on to the TimerEvent irq handler. |
||
---|---|---|
.. | ||
main.cpp |