#ifndef __TIMER_TASK_H__ #define __TIMER_TASK_H__ void *TimerTask( void *pvParameters ); #endif