Browse Source

Copter: Parameters.pde

Corrected typo in parameter description
master
Craig Elder 11 years ago
parent
commit
ea82caf7a4
  1. 2
      ArduCopter/Parameters.pde

2
ArduCopter/Parameters.pde

@ -451,7 +451,7 @@ const AP_Param::Info var_info[] PROGMEM = { @@ -451,7 +451,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: LAND_REPOSITION
// @DisplayName: Land repositioning
// @Description: Enables user input during LAND mode, the landing phase of RTL, and auto mode landings.
// @Values: 0:No repositiong, 1:Repositioning
// @Values: 0:No repositioning, 1:Repositioning
// @User: Advanced
GSCALAR(land_repositioning, "LAND_REPOSITION", LAND_REPOSITION_DEFAULT),

Loading…
Cancel
Save