mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 15:38:29 -04:00
8 lines
153 B
C++
8 lines
153 B
C++
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
|
|
|
|
void Rover::update_events(void)
|
|
{
|
|
ServoRelayEvents.update_events();
|
|
}
|