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

As X3 is X9LITE PCBX9 should be defined

This commit is contained in:
Bertrand Songis 2019-05-11 18:24:40 +02:00
parent 5d0f00af09
commit 2ad6683c17
9 changed files with 24 additions and 24 deletions

View file

@ -704,7 +704,7 @@ bool isTrainerModeAvailable(int mode)
else
return true;
}
#elif defined(PCBX9)
#elif defined(PCBX9D) || defined(PCBX9E)
bool isTrainerModeAvailable(int mode)
{
if (IS_EXTERNAL_MODULE_ENABLED() && (mode == TRAINER_MODE_MASTER_SBUS_EXTERNAL_MODULE || mode == TRAINER_MODE_MASTER_CPPM_EXTERNAL_MODULE))