mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 22:46:59 +00:00
Make m_dcd global variable and save extra function
This commit is contained in:
parent
e3f35e0875
commit
230fab308c
6 changed files with 6 additions and 10 deletions
|
|
@ -33,7 +33,8 @@ bool m_p25Enable = true;
|
|||
|
||||
bool m_duplex = true;
|
||||
|
||||
bool m_tx = false;
|
||||
bool m_tx = false;
|
||||
bool m_dcd = false;
|
||||
|
||||
uint32_t m_sampleCount = 0U;
|
||||
bool m_sampleInsert = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue