Plane: Add missing @RebootRequired: True

This commit is contained in:
Dr.-Ing. Amilcar Do Carmo Lucas 2017-05-12 15:35:53 +02:00 committed by Francisco Ferreira
parent a1479c4138
commit 405e0bb9d9

View File

@ -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