mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-09 08:04:14 -03:00
Plane: ServoRelayEvents uses Relay singleton
This commit is contained in:
parent
eb82126758
commit
3ab266b751
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user