mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 13:25:20 +03:00
Fix xlites trainer menu
This commit is contained in:
parent
7987042a1b
commit
73562b12f1
3 changed files with 13 additions and 5 deletions
|
@ -215,7 +215,9 @@ enum BeeperMode {
|
|||
};
|
||||
#endif
|
||||
|
||||
#if defined(BLUETOOTH)
|
||||
#if defined(PCBXLITES)
|
||||
#define TRAINER_MODE_MAX() TRAINER_MODE_SLAVE
|
||||
#elif defined(BLUETOOTH)
|
||||
#define TRAINER_MODE_MAX() TRAINER_MODE_SLAVE_BLUETOOTH
|
||||
#elif defined(PCBX7) || defined(PCBXLITE)
|
||||
#define TRAINER_MODE_MAX() TRAINER_MODE_MASTER_CPPM_EXTERNAL_MODULE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue