AP_Camera: populate camera singleton

This commit is contained in:
Peter Barker 2018-08-03 20:50:34 +10:00 committed by Peter Barker
parent af37e10126
commit 049f61c943
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ public:
{
AP_Param::setup_object_defaults(this, var_info);
_apm_relay = obj_relay;
_singleton = this;
}
/* Do not allow copies */