Commit ae3a3556 authored by 崔立宝's avatar 崔立宝

变更项3.屏蔽EPPS报警及相关所有功能

parent b3735ddd
...@@ -56,6 +56,7 @@ void Popups_Polling(void) ...@@ -56,6 +56,7 @@ void Popups_Polling(void)
{ {
if ((IO_DISPLAY_MODE == IO_DISP_MODE_IGN_ON) &&(IO_DISP_TEST_OFF_TIME >= 10) ) if ((IO_DISPLAY_MODE == IO_DISP_MODE_IGN_ON) &&(IO_DISP_TEST_OFF_TIME >= 10) )
{ {
#if 0
if (PepslcuAlarm == 1) // PEPS 系统异常 if (PepslcuAlarm == 1) // PEPS 系统异常
{ {
Popup_Request(POPUP_PEPS_Fault); Popup_Request(POPUP_PEPS_Fault);
...@@ -166,7 +167,7 @@ void Popups_Polling(void) ...@@ -166,7 +167,7 @@ void Popups_Polling(void)
else else
Popup_Clear(POPUP_Lock_WithKeyInCar); // 闭锁时钥匙在车内 Popup_Clear(POPUP_Lock_WithKeyInCar); // 闭锁时钥匙在车内
*/ */
#endif
if (Child_Loca_State == 1) // 童锁状态 if (Child_Loca_State == 1) // 童锁状态
Popup_Request(POPUP_Child_Loca_State); Popup_Request(POPUP_Child_Loca_State);
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment