bsp_time.h 95 B

1234567
  1. #ifndef __bsp_time_h__
  2. #define __bsp_time_h__
  3. #include "main.h"
  4. void time_init(void);
  5. #endif