timer_thread.h 119 B

1234567
  1. #ifndef __TIMER_THREAD_H__
  2. #define __TIMER_THREAD_H__
  3. void *timer_task(void *args);
  4. #endif /* __TIMER_THREAD_H__ */