SourceCode/Bond/Servo/CMaster.cpp
@@ -1584,6 +1584,18 @@ return 0; } int CMaster::resendCurrentTask() { lock(); if (m_pActiveRobotTask != nullptr) { m_pActiveRobotTask->resend(); } unlock(); return 0; } void CMaster::setPortType(unsigned int index, BOOL enable, int type, int mode, int cassetteType, int transferMode, BOOL autoChangeEnable) {