Files
TencentOS-tiny/board/STM8L052R8T6/BSP/include/tim.h
daishengdong 7e6ce005e6 support avr architecture based on ATMega32
1. IAR project, see TencentOS-tiny\board\ATMega32\IAR, both 4.12 and 7.20 is supplied.
2020-03-03 18:27:24 +08:00

8 lines
63 B
C

#ifndef __TIM_H_
#define __TIM_H_
void timer1(void);
#endif