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

Provide a manual compilation option to force TRAINER multi Horus with hacked hardware (#7226)

This commit is contained in:
3djc 2019-12-23 11:11:17 +01:00 committed by Bertrand Songis
parent 4249c04742
commit 103db22270
2 changed files with 6 additions and 1 deletions

View file

@ -205,7 +205,7 @@ enum TrainerMode {
};
#endif
#if defined(RADIO_T16)
#if defined(RADIO_T16) || defined(ALLOW_TRAINER_MULTI)
#define TRAINER_MODE_MAX() TRAINER_MODE_MULTI
#elif defined(BLUETOOTH)
#define TRAINER_MODE_MAX() TRAINER_MODE_SLAVE_BLUETOOTH