Rover: remove unused RELAY_PIN definition

This is now part of the AP_Relay library
This commit is contained in:
Randy Mackay 2014-05-15 16:56:56 +09:00
parent 4ebde25a26
commit 8b92ff4695
1 changed files with 0 additions and 3 deletions

View File

@ -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