mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-02 19:53:57 -04:00
Copter: ServoRelayEvents uses Relay singleton
This commit is contained in:
parent
c515d17a4a
commit
eb82126758
@ -482,7 +482,7 @@ private:
|
||||
AP_Relay relay;
|
||||
|
||||
// handle repeated servo and relay events
|
||||
AP_ServoRelayEvents ServoRelayEvents{relay};
|
||||
AP_ServoRelayEvents ServoRelayEvents;
|
||||
|
||||
// Camera
|
||||
#if CAMERA == ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user