timer4.h 88 B

12345
  1. #ifndef _TIMER4_H
  2. #define _TIMER4_H
  3. #include "common.h"
  4. void TIM4_INIT(void);
  5. #endif