mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
ArduCopter: remove some unused #defines
This commit is contained in:
parent
99b32a39c4
commit
68ca123224
@ -1124,10 +1124,6 @@
|
||||
# define SECONDARY_DMP_ENABLED DISABLED
|
||||
#endif
|
||||
|
||||
#ifndef ALTERNATIVE_YAW_MODE
|
||||
# define ALTERNATIVE_YAW_MODE DISABLED
|
||||
#endif
|
||||
|
||||
// Inertia based contollers.
|
||||
#ifndef INERTIAL_NAV_XY
|
||||
# define INERTIAL_NAV_XY DISABLED
|
||||
|
@ -474,12 +474,4 @@ enum gcs_severity {
|
||||
#define AP_BARO_BMP085 1
|
||||
#define AP_BARO_MS5611 2
|
||||
|
||||
#define LOGGING_SIMPLE 1
|
||||
#define LOGGING_VERBOSE 2
|
||||
|
||||
// Channel Config selection
|
||||
|
||||
#define CHANNEL_CONFIG_DEFAULT 1
|
||||
#define CHANNEL_CONFIG_CUSTOM 2
|
||||
|
||||
#endif // _DEFINES_H
|
||||
|
Loading…
Reference in New Issue
Block a user