[AFV] Ref T739, fixed typos, style and Doxygen in contexts

This commit is contained in:
Klaus Basan
2019-10-11 17:09:39 +02:00
committed by Mat Sutcliffe
parent 8622b7b583
commit 2468b2ee49
3 changed files with 9 additions and 4 deletions

View File

@@ -196,8 +196,8 @@ namespace BlackGui
const bool com1Enabled = sGui->getIContextAudio()->isEnabledComUnit(CComSystem::Com1);
const bool com2Enabled = sGui->getIContextAudio()->isEnabledComUnit(CComSystem::Com2);
const bool com1Tx = com1Enabled && sGui->getIContextAudio()->isTransmittingdComUnit(CComSystem::Com1);
const bool com2Tx = com2Enabled && sGui->getIContextAudio()->isTransmittingdComUnit(CComSystem::Com2);
const bool com1Tx = com1Enabled && sGui->getIContextAudio()->isTransmittingComUnit(CComSystem::Com1);
const bool com2Tx = com2Enabled && sGui->getIContextAudio()->isTransmittingComUnit(CComSystem::Com2);
// we do not have receiving
const bool com1Rx = com1Enabled;