1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-23 16:25:12 +03:00

[Companion] Fixes #4288

This commit is contained in:
Bertrand Songis 2017-01-26 07:22:49 +01:00
parent 8c9f574f92
commit 764b18d883
2 changed files with 2 additions and 2 deletions

View file

@ -374,7 +374,7 @@ void populateGvarUseCB(QComboBox *b, unsigned int phase)
}
}
void populateSwitchCB(QComboBox *b, const RawSwitch & value, const GeneralSettings & generalSettings, SwitchContext context)
void populateSwitchCB(QComboBox * b, const RawSwitch & value, const GeneralSettings & generalSettings, SwitchContext context)
{
Board::Type board = getCurrentBoard();
RawSwitch item;