
2.修改开关FCD_EN时的死机问题 3.修改快速开关FCD_EN信号时出现花屏的问题 4.修改cola_set_event事件参数,都是一个32bit的整数,每个事件占用1个bit 5.将B+高低压ADC判断改为电压mv判断 6.修改lvds lock信号消抖时间 7.修改不接lvds线时,快速开关FCD_EN不进入BIST模式的问题 8.添加A样相关资料
11 lines
184 B
C
11 lines
184 B
C
#ifndef _SHELL_PORT_H_
|
|
#define _SHELL_PORT_H_
|
|
//#include "system.h"
|
|
//#include "shell.h"
|
|
|
|
//extern Shell shell;
|
|
//void User_Shell_Init(void);
|
|
extern void fml_shell_init(void);
|
|
#endif
|
|
|