mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Sub: ServoRelayEvents uses Relay singleton
This commit is contained in:
parent
3ab266b751
commit
5444903504
@ -402,7 +402,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