Commit 254cc11b authored by 时昊's avatar 时昊

feat:修改雷达车型32

parent 22006b98
...@@ -150,7 +150,7 @@ void Recv_New(void) ...@@ -150,7 +150,7 @@ void Recv_New(void)
{ {
if ( Condition_EOL == 0x07u ) /*配置类型是后三*/ if ( Condition_EOL == 0x07u ) /*配置类型是后三*/
{ {
PDC_R3.Eol_Type = 0x31u; PDC_R3.Eol_Type = 0x32u;
Radar_Configure(PDC_R3.Eol_Type); Radar_Configure(PDC_R3.Eol_Type);
PDC_R3.Step = PDC_Feed_Back; PDC_R3.Step = PDC_Feed_Back;
} }
......
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