From cb61c3be9648dca2e33594bda18acfa691ea783f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 29 Jul 2012 17:07:27 +1000 Subject: [PATCH] APM: fixed case of 'LAND_PITCH_CD' mavlink parameters are uppercase by convention --- ArduPlane/Parameters.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/Parameters.pde b/ArduPlane/Parameters.pde index a446223edf..3c442d60a4 100644 --- a/ArduPlane/Parameters.pde +++ b/ArduPlane/Parameters.pde @@ -70,7 +70,7 @@ static const AP_Param::Info var_info[] PROGMEM = { // @Description: Used in autoland for planes without airspeed sensors in hundredths of a degree // @Units: centi-Degrees // @User: Advanced - GSCALAR(land_pitch_cd, "land_pitch_cd"), + GSCALAR(land_pitch_cd, "LAND_PITCH_CD"), // @Param: XTRK_GAIN_SC // @DisplayName: Crosstrack Gain