mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
Copter: ServoRelayEvents uses Relay singleton
This commit is contained in:
parent
c515d17a4a
commit
eb82126758
@ -482,7 +482,7 @@ private:
|
|||||||
AP_Relay relay;
|
AP_Relay relay;
|
||||||
|
|
||||||
// handle repeated servo and relay events
|
// handle repeated 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