mirror of https://github.com/ArduPilot/ardupilot
AP_InertialNav: updates for new AP_Param API
This commit is contained in:
parent
18fb9c67f6
commit
62e396167a
|
@ -33,7 +33,9 @@ public:
|
||||||
_xy_enabled(false),
|
_xy_enabled(false),
|
||||||
_gps_last_update(0),
|
_gps_last_update(0),
|
||||||
_baro_last_update(0)
|
_baro_last_update(0)
|
||||||
{}
|
{
|
||||||
|
AP_Param::setup_object_defaults(this, var_info);
|
||||||
|
}
|
||||||
|
|
||||||
// Initialisation
|
// Initialisation
|
||||||
virtual void init();
|
virtual void init();
|
||||||
|
|
Loading…
Reference in New Issue