commit | 5f0991d84b79bd84d8a15e74ec1486b1430c06ba | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Thu Sep 03 14:30:04 2020 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Sep 15 12:11:29 2020 +0200 |
tree | a592555c81c193fd526c342a2643942c6e40bc2a | |
parent | dc79b37167f0cfd73a0a894b902867225e27a80c [diff] |
kernel/timeout: revert to signed dticks for timeout storage The fix to handle long duration timeouts in 150e18de6e1806942 also changed the duration value from signed to unsigned. This can cause delays in processing alarms when timer handlers run longer than a tick (either due to delays or if there are many of them). Revert to a signed representation. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>