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 <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
d2b8922fa3
commit
5f34700133
3 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <zephyr/types.h>
|
#include <zephyr/types.h>
|
||||||
|
|
||||||
#include <time_units.h>
|
#include <sys/time_units.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*/
|
*/
|
||||||
#include <ztest.h>
|
#include <ztest.h>
|
||||||
#include <zephyr/types.h>
|
#include <zephyr/types.h>
|
||||||
#include <time_units.h>
|
#include <sys/time_units.h>
|
||||||
|
|
||||||
#define NUM_RANDOM 100
|
#define NUM_RANDOM 100
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue