mirror of https://github.com/ArduPilot/ardupilot
AP_RCTelemetry: move defaulting of HAL_CRSF_TELEM_ENABLED to minimize_features.inc
This commit is contained in:
parent
be6671571b
commit
79b22a7ed8
|
@ -18,7 +18,7 @@
|
|||
#include <AP_OSD/AP_OSD.h>
|
||||
|
||||
#ifndef HAL_CRSF_TELEM_ENABLED
|
||||
#define HAL_CRSF_TELEM_ENABLED !HAL_MINIMIZE_FEATURES
|
||||
#define HAL_CRSF_TELEM_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifndef HAL_CRSF_TELEM_TEXT_SELECTION_ENABLED
|
||||
|
|
Loading…
Reference in New Issue