time.h 88 B

123456
  1. #ifndef __TIME_H
  2. #define __TIME_H
  3. #include "stm8l15x.h"
  4. void tim4_config(void);
  5. #endif