commit | f1b86caff32e7f3d34fd4151f885aedc405f90dd | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Fri Sep 18 16:24:57 2020 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Oct 02 11:29:14 2020 +0200 |
tree | 4fc5fbb8321c9bc7ecee84b52233433b350c11a2 | |
parent | 16a40815200a4ab2587df6d6986d59b108bc7770 [diff] |
kernel: timer: update k_timer API for const correctness API that takes k_timer structures but doesn't change data in them is updated to const-qualify the underlying object, allowing information to be retrieved from contexts where the containing object is immutable. Signed-off-by: Peter A. Bigot <pab@pabigot.com>