5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-10 09:58:28 -04:00

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

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 */