Ref T609, renamed to Transmit/Receive for COM sync.

This commit is contained in:
Klaus Basan
2019-08-02 01:00:54 +02:00
committed by Mat Sutcliffe
parent 9ba7dfee4d
commit b60f84244b
5 changed files with 46 additions and 46 deletions

View File

@@ -109,7 +109,7 @@ namespace BlackGui
void alignUiElementsHeight();
//! Update UI for COM unit
void updateActiveCOMUnitLEDs(bool integratedWithSim, bool com1S, bool com1R, bool com2S, bool com2R);
void updateActiveCOMUnitLEDs(bool integratedWithSim, bool com1T, bool com1R, bool com2T, bool com2R);
//! Update from simulator context
void updateIntegratedFlagFromSimulatorContext();