MXC-A36_2024.04.18/fr3092_lvglcode/lv_user_code/hal/user_task.h

15 lines
197 B
C
Raw Permalink Normal View History

2024-04-17 19:45:26 +08:00
#ifndef _USER_TASK_H
#define _USER_TASK_H
enum user_event_t {
USER_EVT_AT_COMMAND,
USER_EVT_BUTTON,
};
extern uint16_t user_task_id;
void user_task_init(void);
#endif // _USER_TASK_H