time.h 349 B

1234567891011121314151617
  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. #ifndef _MACHTIME_H_
  11. #define _MACHTIME_H_
  12. #include <rtconfig.h>
  13. #define _CLOCKS_PER_SEC_ RT_TICK_PER_SECOND
  14. #endif /* _MACHTIME_H_ */