LAPTOP-SNT8I5JK\Boounion
2025-07-21 5e6c63c80e146e9f0800afc39ec33f0c7eb7a572
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)
   {