Skip to content

Commit e77e048

Browse files
committed
kernel: move time_units into sys subdirectory
This isn't something the user will ever include directory, so take steps to hide it. Signed-off-by: Peter Bigot <[email protected]>
1 parent 8892406 commit e77e048

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

include/sys_clock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <toolchain.h>
2323
#include <zephyr/types.h>
2424

25-
#include <time_units.h>
25+
#include <sys/time_units.h>
2626

2727
#ifdef __cplusplus
2828
extern "C" {

tests/kernel/timer/timer_api/src/timer_convert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
#include <ztest.h>
77
#include <zephyr/types.h>
8-
#include <time_units.h>
8+
#include <sys/time_units.h>
99

1010
#define NUM_RANDOM 100
1111

0 commit comments

Comments
 (0)