cmvr-es/src/hardware/can/motor_protocol/ti5motorprotocol.cpp
2025-10-24 10:51:49 +08:00

11 lines
219 B
C++

//
// Created by linbo on 2025/10/22.
//
#include "hardware/can/motor_protocol/ti5motorprotocol.h"
using namespace cmvr::hardware;
Ti5MotorProtocol::Ti5MotorProtocol(const XmlNode &cfg):AbstractMotorProtocol(cfg)
{
}