chenluhua1980
2025-11-17 baa611716d154307a9294fd3461eb9f2c9d317db
SourceCode/Bond/Servo/CEqModeStep.cpp
@@ -32,7 +32,7 @@
      CReadStep::onReadData();
      DWordContainer dc;
      if (0 != m_pCclink->ReadDWordData(m_station, DeviceType::W, m_nModeDev, 1, dc)) {
      if (0 != m_pCclink->ReadDWordDataEx(m_station, DeviceType::W, m_nModeDev, 1, dc)) {
         return -2;
      }
      if (dc.size() < 1) {