mirror of https://github.com/ArduPilot/ardupilot
AP_RCTelemetry: CRSF telemetry depends on SPortPassthrough
This commit is contained in:
parent
1203f118d7
commit
720bfc8dc8
|
@ -15,10 +15,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
#include <AP_Frsky_Telem/AP_Frsky_config.h>
|
||||
#include <AP_OSD/AP_OSD.h>
|
||||
|
||||
#ifndef HAL_CRSF_TELEM_ENABLED
|
||||
#define HAL_CRSF_TELEM_ENABLED 1
|
||||
#define HAL_CRSF_TELEM_ENABLED AP_FRSKY_SPORT_PASSTHROUGH_ENABLED
|
||||
#endif
|
||||
|
||||
#ifndef HAL_CRSF_TELEM_TEXT_SELECTION_ENABLED
|
||||
|
|
Loading…
Reference in New Issue