Commit d51bb031 authored by 李秉薇's avatar 李秉薇

fix:39926

parent 137057ba
...@@ -1615,10 +1615,10 @@ void UDS_Service_22_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t ...@@ -1615,10 +1615,10 @@ void UDS_Service_22_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
case 0x3203: case 0x3203:
if(TelltaleLCDFlag.Sig.LCD23 == 0) if(TelltaleLCDFlag.Sig.LCD23 == 0)
{ {
Value = 1; Value = 0;
} }
else { else {
Value = 0; Value = 1;
} }
UDS_ISO14229_Transfer[ 2] = Value; UDS_ISO14229_Transfer[ 2] = Value;
......
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