OV-Watch/Software/OV_Watch_V2.3.1/Tasks/Inc/user_HomePageTask.h

17 lines
217 B
C

#ifndef __USER_HOMEPAGETASK_H__
#define __USER_HOMEPAGETASK_H__
#ifdef __cplusplus
extern "C" {
#endif
void TimeRenewTask(void *argument);
void HomeUpdata_Task(void *argument);
#ifdef __cplusplus
}
#endif
#endif