12345678910111213141516171819 |
- /*******************************************************************************
- *
- * scheduler
- * Soft version: switch V1.00
- * File Name: time2.h
- * Author : zzw (zhangzw_3@163.com)
- * creation date: 2024-01-17
- * module description: time2 1ms
- * Copyright (C) reserve
- *
- ********************************************************************************/
- #if !defined(__TIME2_H__)
- #define __TIME2_H__
- void tim2_init(void);
- #endif
- /* EOF */
|