Copter: remove unused battery analog sources

This commit is contained in:
Randy Mackay 2013-10-11 20:51:01 +09:00
parent 34770fe6bf
commit 6be6bd5aed
1 changed files with 0 additions and 2 deletions

View File

@ -800,8 +800,6 @@ static AP_HAL::AnalogSource* rssi_analog_source;
// Input sources for battery voltage, battery current, board vcc
static AP_HAL::AnalogSource* batt_volt_analog_source;
static AP_HAL::AnalogSource* batt_curr_analog_source;
static AP_HAL::AnalogSource* board_vcc_analog_source;