10 lines
131 B
C
10 lines
131 B
C
|
#ifndef __APPTASK_H__
|
||
|
#define __APPTASK_H__
|
||
|
|
||
|
#include "Mcu.h"
|
||
|
|
||
|
|
||
|
void appTask(McuType *obj);
|
||
|
void appTaskInit(McuType *obj);
|
||
|
|
||
|
#endif
|