commit | 0ab314f705948db9053904f20c355da8c711ccf4 | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Mon Nov 16 15:28:59 2020 -0600 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Jan 22 08:05:26 2021 -0600 |
tree | 75d869ce8e2efe34a30812b3d31d0fc49802bb40 | |
parent | f9b76ca76e783350a569a274475e00870872d370 [diff] |
kernel: const-qualify objects used to calculate delay values The internal API to measure time until a delay expires does not modify the referenced timeout. Make the functions that call it take pointers to const objects, so that they can be used with pointer to const-qualified containers. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>