1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

9XR support n companion, still not finished

This commit is contained in:
romoloman@github.com 2013-12-21 20:05:20 +01:00
parent ee1b51b214
commit 4eedf94f03
4 changed files with 13 additions and 4 deletions

View file

@ -384,10 +384,10 @@ QString RawSwitch::toString()
break;
case SWITCH_TYPE_REA:
if (index==0) {
if (IS_SKY9X(eepromInterface->getBoard()))
if (IS_SKY9X(GetEepromInterface()->getBoard()))
return QObject::tr("REAs");
} else if (index==1) {
if (IS_SKY9X(eepromInterface->getBoard()))
if (IS_SKY9X(GetEepromInterface()->getBoard()))
return QObject::tr("REAl");
}
break;