Auto commit at 2025-05-27 13:26:03
This commit is contained in:
parent
41763933c4
commit
5149e042fa
@ -392,7 +392,7 @@ struct can_main_Brush_cmd
|
||||
|
||||
can_main_Brush_cmd()
|
||||
{
|
||||
data[3] = 1; // 固定字节初始化
|
||||
data[2] = 1; // 固定字节初始化
|
||||
}
|
||||
|
||||
Byte0 &byte0() { return *reinterpret_cast<Byte0 *>(&data[0]); }
|
||||
@ -465,7 +465,7 @@ struct can_edge_Brush_cmd
|
||||
|
||||
can_edge_Brush_cmd()
|
||||
{
|
||||
data[3] = 1; // 固定字节初始化
|
||||
data[2] = 1; // 固定字节初始化
|
||||
}
|
||||
|
||||
Byte0 &byte0() { return *reinterpret_cast<Byte0 *>(&data[0]); }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user