commit | b8360ad5ee2f180966685ff729f955c2e7ebe355 | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan@embeint.com> | Sat Oct 19 22:06:27 2024 +1000 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Nov 19 20:05:08 2024 -0500 |
tree | a1a8bf4713d95d639344e4b5d783373a136ce7f1 | |
parent | d703d9077fd62d3965f0ea477e0e907a53ea94b7 [diff] |
sys_clock: extra time defines Add additional time defines to round out the `SEC_PER_*` family. These are easier to type than `SEC_PER_MIN * MIN_PER_HOUR` and `SEC_PER_MIN * MIN_PER_HOUR * HOUR_PER_DAY`. Signed-off-by: Jordan Yates <jordan@embeint.com>