mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Reset the mode's state machines when going to the disabled state.
This commit is contained in:
parent
b16aaa653c
commit
ae9e6ea6ab
15 changed files with 286 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue