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