mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Reset the mode's state machines when going to the disabled state.
This commit is contained in:
@@ -130,3 +130,9 @@ bool CDMRControl::isBusy() const
|
||||
|
||||
return m_slot2.isBusy();
|
||||
}
|
||||
|
||||
void CDMRControl::enable(bool enabled)
|
||||
{
|
||||
m_slot1.enable(enabled);
|
||||
m_slot2.enable(enabled);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user