mirror of https://github.com/ArduPilot/ardupilot
Copter: remove ineffective DEVO_TELEM_ENABLED
This commit is contained in:
parent
0aed55b272
commit
e497b13b4a
|
@ -45,7 +45,6 @@
|
|||
//#define MODE_SPORT_ENABLED DISABLED // disable sport mode support
|
||||
//#define MODE_THROW_ENABLED DISABLED // disable throw mode support
|
||||
//#define MODE_ZIGZAG_ENABLED DISABLED // disable zigzag mode support
|
||||
//#define DEVO_TELEM_ENABLED DISABLED // disable DEVO telemetry, if you don't use Walkera RX-707 (or newer) receivers
|
||||
//#define OSD_ENABLED DISABLED // disable on-screen-display support
|
||||
|
||||
|
||||
|
|
|
@ -757,10 +757,6 @@
|
|||
# define STATS_ENABLED ENABLED
|
||||
#endif
|
||||
|
||||
#ifndef DEVO_TELEM_ENABLED
|
||||
# define DEVO_TELEM_ENABLED !HAL_MINIMIZE_FEATURES
|
||||
#endif
|
||||
|
||||
#ifndef OSD_ENABLED
|
||||
#define OSD_ENABLED DISABLED
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue