From 5149e042faaa16a625b90991bc9bfdd81203e532 Mon Sep 17 00:00:00 2001 From: cxh Date: Tue, 27 May 2025 13:26:03 +0800 Subject: [PATCH] Auto commit at 2025-05-27 13:26:03 --- src/mc/include/mc/can_struct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mc/include/mc/can_struct.h b/src/mc/include/mc/can_struct.h index 3329dda..56399ea 100644 --- a/src/mc/include/mc/can_struct.h +++ b/src/mc/include/mc/can_struct.h @@ -392,7 +392,7 @@ struct can_main_Brush_cmd can_main_Brush_cmd() { - data[3] = 1; // 固定字节初始化 + data[2] = 1; // 固定字节初始化 } Byte0 &byte0() { return *reinterpret_cast(&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(&data[0]); }