time2.h 464 B

12345678910111213141516171819
  1. /*******************************************************************************
  2. *
  3. * scheduler
  4. * Soft version: switch V1.00
  5. * File Name: time2.h
  6. * Author : zzw (zhangzw_3@163.com)
  7. * creation date: 2024-01-17
  8. * module description: time2 1ms
  9. * Copyright (C) reserve
  10. *
  11. ********************************************************************************/
  12. #if !defined(__TIME2_H__)
  13. #define __TIME2_H__
  14. void tim2_init(void);
  15. #endif
  16. /* EOF */