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:
parent
5d0f00af09
commit
2ad6683c17
9 changed files with 24 additions and 24 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue