From fdbb1ebd42d8a568084ea0521e56af10a97d1615 Mon Sep 17 00:00:00 2001 From: "Andreas M. Antonopoulos" Date: Wed, 4 Jul 2012 20:05:56 -0700 Subject: [PATCH] parameter documentation to test auto build --- ArduCopter/Parameters.pde | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ArduCopter/Parameters.pde b/ArduCopter/Parameters.pde index bff8a8c67d..eff60a2f9c 100644 --- a/ArduCopter/Parameters.pde +++ b/ArduCopter/Parameters.pde @@ -47,6 +47,11 @@ static const AP_Param::Info var_info[] PROGMEM = { GSCALAR(curr_amp_per_volt, "AMP_PER_VOLT"), GSCALAR(input_voltage, "INPUT_VOLTS"), + + // @Param: BATT_CAPACITY + // @DisplayName: Battery Capacity + // @Description: Battery capacity in milliamp-hours (mAh) + // @Units: mAh GSCALAR(pack_capacity, "BATT_CAPACITY"), // @Param: MAG_ENABLE