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:
parent
01b489ab09
commit
4de1f747fe
2 changed files with 6 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -108,6 +108,7 @@ GROUP_1_TARGETS := \
|
|||
ALIENFLIGHTF3 \
|
||||
ALIENFLIGHTF4 \
|
||||
ALIENFLIGHTNGF7 \
|
||||
ALIENWHOOP \
|
||||
ANYFCF7 \
|
||||
BEEBRAIN \
|
||||
BEEROTORF4 \
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue