Commit fb558971 authored by hu's avatar hu

修改MIL指示灯过量BUG,亮度参数不对

parent 37f6cfaa
...@@ -677,7 +677,7 @@ void LED_MIL_T_Execution(uint8_t led_status) ...@@ -677,7 +677,7 @@ void LED_MIL_T_Execution(uint8_t led_status)
{ {
if (led_status == 1) if (led_status == 1)
{ {
LED_Driver_Channel_Set(0u, 30u, 0xFFu); LED_Driver_Channel_Set(0u, 30u, LED_BRIGHTNESSY);
SEG_LED_MIL_T(7); SEG_LED_MIL_T(7);
} }
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