1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

* Updated Makefile to hopefully appease travis

* Undefined VTX-related in target.h.. not currently used on target and caused warnings...
~ Charlie Stevenson
This commit is contained in:
brucesdad13@gmail.com 2017-07-15 00:57:06 -04:00
parent 01b489ab09
commit 4de1f747fe
2 changed files with 6 additions and 0 deletions

View file

@ -108,6 +108,7 @@ GROUP_1_TARGETS := \
ALIENFLIGHTF3 \
ALIENFLIGHTF4 \
ALIENFLIGHTNGF7 \
ALIENWHOOP \
ANYFCF7 \
BEEBRAIN \
BEEROTORF4 \

View file

@ -199,6 +199,11 @@
#define DEFAULT_FEATURES (FEATURE_RX_SERIAL | FEATURE_MOTOR_STOP | FEATURE_FAILSAFE) // FEATURE_TELEMETRY changes bind pin from rx to tx
#endif
#undef VTX_COMMON
#undef VTX_CONTROL
#undef VTX_SMARTAUDIO
#undef VTX_TRAMP
/* OLED Support
*/
#if defined(BREADBOARD)