timer.h 102 B

1234567
  1. #ifndef __DEVICE_TIMER_H
  2. #define __DEVICE_TIMER_H
  3. void timer_init(void);
  4. #endif // __DEVICE_TIMER_H