#ifndef __TIMER_THREAD_H__ #define __TIMER_THREAD_H__ void *timer_task(void *args); #endif /* __TIMER_THREAD_H__ */