LAPTOP-SNT8I5JK\Boounion
2025-07-29 15a7d8ae540c2993d166fe99b1ca13b6d2b101f0
SourceCode/Bond/Servo/Model.cpp
@@ -58,6 +58,12 @@
   m_configuration.setPortCassetteType(index, (int)type);
}
void CModel::setPortEnable(unsigned int index, BOOL bEnable)
{
   m_master.setPortEnable(index, bEnable);
   m_configuration.setPortEnable(index, bEnable);
}
int CModel::init()
{
   CString strIniFile;