mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Disabled MSP over telemetry for F1, re-enabled SERVOS.
This commit is contained in:
parent
6bf755d0bd
commit
3bce54186c
8 changed files with 40 additions and 9 deletions
|
@ -214,6 +214,13 @@ telemetry_crsf_unittest_SRC := \
|
|||
$(USER_DIR)/common/typeconversion.c \
|
||||
$(USER_DIR)/fc/runtime_config.c
|
||||
|
||||
telemetry_crsf_unittest_DEFINES := \
|
||||
FLASH_SIZE=128 \
|
||||
STM32F10X_MD \
|
||||
__TARGET__="TEST" \
|
||||
__REVISION__="revision"
|
||||
|
||||
|
||||
telemetry_crsf_msp_unittest_SRC := \
|
||||
$(USER_DIR)/rx/crsf.c \
|
||||
$(USER_DIR)/common/crc.c \
|
||||
|
@ -227,12 +234,8 @@ telemetry_crsf_msp_unittest_SRC := \
|
|||
$(USER_DIR)/telemetry/msp_shared.c \
|
||||
$(USER_DIR)/fc/runtime_config.c
|
||||
|
||||
|
||||
telemetry_crsf_unittest_DEFINES := \
|
||||
FLASH_SIZE=128 \
|
||||
STM32F10X_MD \
|
||||
__TARGET__="TEST" \
|
||||
__REVISION__="revision"
|
||||
telemetry_crsf_msp_unittest_DEFINES := \
|
||||
USE_MSP_OVER_TELEMETRY
|
||||
|
||||
|
||||
telemetry_hott_unittest_SRC := \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue