mirror of https://github.com/ArduPilot/ardupilot
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