mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Removed unused options
This commit is contained in:
parent
525ac4df88
commit
fcd18d5538
@ -153,8 +153,7 @@
|
||||
// altitude controller
|
||||
#define CH6_THR_HOLD_KP 14
|
||||
#define CH6_Z_GAIN 15
|
||||
#define CH6_THRUST 16
|
||||
#define CH6_DAMP 17
|
||||
#define CH6_DAMP 16
|
||||
|
||||
|
||||
// nav byte mask
|
||||
@ -322,7 +321,6 @@ enum gcs_severity {
|
||||
|
||||
#define RELAY_PIN 47
|
||||
|
||||
#define AIRSPEED_CH 7 // The external ADC channel for the airspeed sensor
|
||||
#define BATTERY_PIN1 0 // These are the pins for the voltage dividers
|
||||
#define BATTERY_PIN2 1
|
||||
#define BATTERY_PIN3 2
|
||||
|
Loading…
Reference in New Issue
Block a user