commit | 4269bbc4eab92b1b9c14ccba84b3d5522a71f3c1 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Thu Sep 21 21:35:47 2023 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Sep 28 16:15:27 2023 +0200 |
tree | 191e0a8225a6ce1fa0c93288ffae718cb505709c | |
parent | 9c47239264e7e5e946e49eb06c80f9381d7ae865 [diff] |
test/kernel: Adjust timer test to deal with time_units macros All of the time_units conversion routines are now macros which means the test cannot reference them as functions. Instead, create local static functions which call each one of them and use those instead. Signed-off-by: Keith Packard <keithp@keithp.com>