1 /*
2  * Copyright (c) 2006-2021, RT-Thread Development Team
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  *
6  * Change Logs:
7  * Date           Author       Notes
8  * 2021-02-16     Meco Man     The first version
9  */
10 
11 #ifndef _MACHTIME_H_
12 #define _MACHTIME_H_
13 
14 #include <rtconfig.h>
15 #define _CLOCKS_PER_SEC_   RT_TICK_PER_SECOND
16 
17 #endif  /* _MACHTIME_H_ */
18