Commit d0b4b1f3 authored by 李俭双's avatar 李俭双

feat:增加心跳信号和校验位的外发变量

parent 6fb3aa34
......@@ -17,7 +17,10 @@ typedef union
uint32_t Res2: 8;
uint32_t Res3: 16;
uint32_t Res4: 32;
uint32_t Res4: 16;
uint32_t Res5: 8;
uint32_t AliveCounter: 3;
uint32_t CheckSum: 5;
} Sig;
} CANMsg220Union;
......
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