10 lines
115 B
C
Raw Permalink Normal View History

2024-05-14 16:05:43 +08:00
#ifndef __APPTASK_H__
#define __APPTASK_H__
#include "Mcu.h"
2024-12-18 17:07:26 +08:00
void appTask(void);
void appTaskInit(void);
2024-05-14 16:05:43 +08:00
#endif