1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-20 14:55:09 +03:00

Deactivate aux_serial on Horus targets (#6733)

Remove AUX_SERIAL on Horus
This commit is contained in:
Raphael Coeffic 2019-09-10 15:36:34 +02:00 committed by Bertrand Songis
parent 6684a75d92
commit 0a8917cbe2
9 changed files with 9 additions and 21 deletions

View file

@ -711,7 +711,7 @@ bool isTrainerModeAvailable(int mode)
return false;
#endif
#if !defined(PCBSKY9X) && !defined(TRAINER_BATTERY_COMPARTMENT)
#if defined(PCBTARANIS) && !defined(TRAINER_BATTERY_COMPARTMENT)
if (mode == TRAINER_MODE_MASTER_BATTERY_COMPARTMENT)
return false;
#endif