mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
9 lines
172 B
C++
9 lines
172 B
C++
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
|
|
#include "Rover.h"
|
|
|
|
void Rover::update_events(void)
|
|
{
|
|
ServoRelayEvents.update_events();
|
|
}
|