8 lines
155 B
C
8 lines
155 B
C
|
|
#ifndef __UI_EXPERT_MODE_H__
|
||
|
|
#define __UI_EXPERT_MODE_H__
|
||
|
|
|
||
|
|
|
||
|
|
void UI_ExpertMode_Init(void);
|
||
|
|
void UI_ExpertMode_Process(DisplayTaskMessage_Type msg);
|
||
|
|
|
||
|
|
#endif
|