Browse Source

ArduCopter: remove some unused #defines

master
rmackay9 12 years ago
parent
commit
68ca123224
  1. 4
      ArduCopter/config.h
  2. 8
      ArduCopter/defines.h

4
ArduCopter/config.h

@ -1124,10 +1124,6 @@ @@ -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

8
ArduCopter/defines.h

@ -474,12 +474,4 @@ enum gcs_severity { @@ -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…
Cancel
Save