commit | af3c8b973ede41f34bef107a71c3bc9de676b20c | [log] [tgz] |
---|---|---|
author | Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> | Wed May 22 07:39:21 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 24 07:47:29 2024 -0400 |
tree | 05521494be5695fabcf34e7c5acacb1a80087c92 | |
parent | e9256135d6747221bbc3d15bf81d7aa9ebc7aead [diff] |
drivers: timer: nrf_grtc_timer: Fix for random system hangs d599e2b6705eb removed early return from sys_clock_timeout_handler if current counter value is less than cc_val. It seems that this return is needed as after the removal some stress tests which were using system timers heavily started to hang. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>