LAPTOP-SNT8I5JK\Boounion
2025-01-06 f03964e8e2e632a9e59b501f61cff9478f9f7203
SourceCode/Bond/Servo/Model.cpp
@@ -52,11 +52,15 @@
   });
   m_hsmsPassive.init(this, "APP", 7000);
   return 0;
}
int CModel::term()
{
   m_hsmsPassive.term();
   CLog::GetLog()->SetOnLogCallback(nullptr);
   return 0;
}