mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Rover: ServoRelayEvents uses Relay singleton
This commit is contained in:
parent
5444903504
commit
9d95933845
@ -230,7 +230,7 @@ private:
|
||||
// relay support
|
||||
AP_Relay relay;
|
||||
|
||||
AP_ServoRelayEvents ServoRelayEvents{relay};
|
||||
AP_ServoRelayEvents ServoRelayEvents;
|
||||
|
||||
// The rover's current location
|
||||
struct Location current_loc;
|
||||
|
Loading…
Reference in New Issue
Block a user