Browse Source

Plane: Add missing @RebootRequired: True

master
Dr.-Ing. Amilcar Do Carmo Lucas 8 years ago committed by Francisco Ferreira
parent
commit
405e0bb9d9
  1. 1
      ArduPlane/Parameters.cpp

1
ArduPlane/Parameters.cpp

@ -914,6 +914,7 @@ const AP_Param::Info Plane::var_info[] = { @@ -914,6 +914,7 @@ const AP_Param::Info Plane::var_info[] = {
// @Description: This enables and disables hardware in the loop mode. If HIL_MODE is 1 then on the next reboot all sensors are replaced with HIL sensors which come from the GCS.
// @Values: 0:Disabled,1:Enabled
// @User: Advanced
// @RebootRequired: True
GSCALAR(hil_mode, "HIL_MODE", 0),
#endif

Loading…
Cancel
Save