Plane: ServoRelayEvents uses Relay singleton

This commit is contained in:
Peter Barker 2019-06-28 09:46:24 +10:00 committed by Tom Pittenger
parent eb82126758
commit 3ab266b751
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ private:
AP_Relay relay; AP_Relay relay;
// handle servo and relay events // handle servo and relay events
AP_ServoRelayEvents ServoRelayEvents{relay}; AP_ServoRelayEvents ServoRelayEvents;
// Camera // Camera
#if CAMERA == ENABLED #if CAMERA == ENABLED