41 lines
1.0 KiB
C
Raw Normal View History

2025-02-19 13:21:11 +08:00
#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