commit | 8979fbc906b39d371264c6e74de716d1b8d2d107 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Wed Nov 03 16:24:11 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Nov 08 11:05:49 2021 -0500 |
tree | dceeec7dcfee8d6bd809b7a94781e50d4b220fca | |
parent | 02c32d44746be8c2f45bcea375dfe37693ee5ae3 [diff] |
kernel: timer: Call user handler without spinlock Add spinlock unlocking before calling timer expiration handler. Locking was introduced by dde3d6c. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>