AC Fix BATT_CURR_PIN number

This commit is contained in:
Michael Oborne 2013-01-20 06:32:41 +08:00
parent 76ebcb9980
commit 74e3d64e62

View File

@ -171,7 +171,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: BATT_CURR_PIN
// @DisplayName: Battery Current sensing pin
// @Description: Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13.
// @Values: -1:Disabled, 1:A1, 2:A2, 13:A13
// @Values: -1:Disabled, 1:A1, 2:A2, 12:A12
// @User: Standard
GSCALAR(battery_curr_pin, "BATT_CURR_PIN", BATTERY_CURR_PIN),