Rover: ServoRelayEvents uses Relay singleton

This commit is contained in:
Peter Barker 2019-06-28 09:55:47 +10:00 committed by Tom Pittenger
parent 5444903504
commit 9d95933845
1 changed files with 1 additions and 1 deletions

View File

@ -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;