Commit d39739f7 authored by huangguoqing's avatar huangguoqing

feat:增加陡坡缓降灯

parent bee4c61b
......@@ -152,8 +152,8 @@ typedef union
uint64_t Side_bracket202:1;
uint64_t :2;
uint64_t :1;
uint64_t Hill_Descent_control:1;
uint64_t :1;
uint64_t Ready:2;
uint64_t Cruiste:1;
......
......@@ -643,6 +643,7 @@ void User_CheckMode_Service(uint8_t CbkCycle)
Right_Led = 1;
Headlights_Led = 1;
Side_bracket = 1;
Hill_Descent_control = 1;
break;
}
}
......
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