Commit b47ad3ed authored by hu's avatar hu

调整水温报警红灯报警时点亮

parent fdc368ed
......@@ -1993,7 +1993,7 @@ void LED_TRAILER_ABS_INFO_U_Execution(uint8_t led_status)
/******************************************************************************
Temp
信号接口:
信号接口:18FEEE00
信号定义:
输出信号:
******************************************************************************/
......@@ -2024,8 +2024,7 @@ void LED_Temp_Execution(uint8_t led_status)
if (u8IG_st == COMMON_POWER_ON)
{
//if (led_status == 1u)
if (0)
if (led_status == 1u)
{
TEMP_R_LED_OUT = 1u ;/*水温红灯*/
//Water_Temp_Led_R_MCU_OUT = 1u;
......
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