SmartAudio support to be included for >128K targets
This commit is contained in:
parent
9d6fb10da4
commit
e3826c1757
|
@ -13,5 +13,4 @@ TARGET_SRC = \
|
|||
drivers/serial_usb_vcp.c \
|
||||
drivers/transponder_ir.c \
|
||||
drivers/transponder_ir_stm32f30x.c \
|
||||
io/transponder_ir.c \
|
||||
io/vtx_smartaudio.c
|
||||
io/transponder_ir.c
|
||||
|
|
|
@ -7,6 +7,4 @@ TARGET_SRC = \
|
|||
drivers/barometer_bmp280.c \
|
||||
drivers/barometer_spi_bmp280.c \
|
||||
drivers/compass_hmc5883l.c \
|
||||
drivers/max7456.c \
|
||||
io/vtx_smartaudio.c
|
||||
|
||||
drivers/max7456.c
|
||||
|
|
|
@ -101,6 +101,7 @@
|
|||
#define TELEMETRY_MAVLINK
|
||||
#define USE_RX_MSP
|
||||
#define USE_SERIALRX_JETIEXBUS
|
||||
#define VTX_SMARTAUDIO
|
||||
#else
|
||||
#define SKIP_CLI_COMMAND_HELP
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue