Small refactor.

This commit is contained in:
Jonathan Naylor 2017-07-10 19:41:01 +01:00
parent 902b079de2
commit 9d1ebc0f8f
10 changed files with 14 additions and 14 deletions

View file

@ -36,7 +36,7 @@ bool m_duplex = true;
bool m_tx = false;
bool m_dcd = false;
q15_t m_dc_level = 0;
q15_t m_dcLevel = 0;
CDStarRX dstarRX;
CDStarTX dstarTX;