mirror of https://github.com/ArduPilot/ardupilot
Copter: add missing MAGNETOMETER and STATS_ENABLED build defines
This commit is contained in:
parent
115ed491c0
commit
7df1419579
|
@ -25,6 +25,8 @@
|
||||||
//#define SPRAYER DISABLED // disable the crop sprayer feature (two ESC controlled pumps the speed of which depends upon the vehicle's horizontal velocity)
|
//#define SPRAYER DISABLED // disable the crop sprayer feature (two ESC controlled pumps the speed of which depends upon the vehicle's horizontal velocity)
|
||||||
//#define WINCH_ENABLED DISABLED // disable winch support
|
//#define WINCH_ENABLED DISABLED // disable winch support
|
||||||
//#define GRIPPER_ENABLED DISABLED // disable gripper support
|
//#define GRIPPER_ENABLED DISABLED // disable gripper support
|
||||||
|
//#define MAGNETOMETER DISABLED // disable magnetometer support
|
||||||
|
//#define STATS_ENABLED DISABLED // disable statistics support
|
||||||
//#define MODE_ACRO_ENABLED DISABLED // disable acrobatic mode support
|
//#define MODE_ACRO_ENABLED DISABLED // disable acrobatic mode support
|
||||||
//#define MODE_AUTO_ENABLED DISABLED // disable auto mode support
|
//#define MODE_AUTO_ENABLED DISABLED // disable auto mode support
|
||||||
//#define MODE_BRAKE_ENABLED DISABLED // disable brake mode support
|
//#define MODE_BRAKE_ENABLED DISABLED // disable brake mode support
|
||||||
|
|
Loading…
Reference in New Issue