#ifndef __APPTASK_H__ #define __APPTASK_H__ /******************************************************************************* * the includes ******************************************************************************/ #include "main.h" /******************************************************************************* * the defines ******************************************************************************/ /******************************************************************************* * the typedefs ******************************************************************************/ /******************************************************************************* * the globals ******************************************************************************/ /******************************************************************************* * the functions ******************************************************************************/ void TimebaseHandle(void); void appTask(void); void appTaskInit(void); #endif