Add duplex flag.

This commit is contained in:
Jonathan Naylor 2016-08-23 07:30:25 +01:00
parent f5b2d185fd
commit f9fd1de2ed
3 changed files with 6 additions and 0 deletions

View file

@ -30,6 +30,8 @@ bool m_dstarEnable = true;
bool m_dmrEnable = true;
bool m_ysfEnable = true;
bool m_duplex = true;
bool m_tx = false;
uint32_t m_sampleCount = 0U;