降低message center的冗余度,提升can_comm的接收效率并在发送增加延时保证顺序

This commit is contained in:
NeoZng
2023-04-11 14:54:12 +08:00
parent f694056d08
commit 95fca40700
3 changed files with 47 additions and 72 deletions

View File

@@ -107,6 +107,7 @@ static void MotorSenderGrouping(DJIMotorInstance *motor, CAN_Init_Config_s *conf
break;
default: // other motors should not be registered here
LOGERROR("You must not register other motors using the API of DJI motor.");
while (1)
; // 其他电机不应该在这里注册
}