mirror of https://github.com/ArduPilot/ardupilot
Rover: remove unused RELAY_PIN definition
This is now part of the AP_Relay library
This commit is contained in:
parent
4ebde25a26
commit
8b92ff4695
|
@ -117,9 +117,6 @@ enum mode {
|
|||
// Climb rate calculations
|
||||
#define ALTITUDE_HISTORY_LENGTH 8 //Number of (time,altitude) points to regress a climb rate from
|
||||
|
||||
#define RELAY_PIN 47
|
||||
|
||||
|
||||
// sonar
|
||||
#define MAX_SONAR_XL 0
|
||||
#define MAX_SONAR_LV 1
|
||||
|
|
Loading…
Reference in New Issue