mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_Stats: initialise parameter defaults
This commit is contained in:
parent
6e124fda8f
commit
0f18844c7a
@ -47,6 +47,7 @@ AP_Stats *AP_Stats::_singleton;
|
|||||||
// constructor
|
// constructor
|
||||||
AP_Stats::AP_Stats(void)
|
AP_Stats::AP_Stats(void)
|
||||||
{
|
{
|
||||||
|
AP_Param::setup_object_defaults(this, var_info);
|
||||||
_singleton = this;
|
_singleton = this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user