5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-13 20:28:37 -04:00
ardupilot/APMrover2/events.pde
2014-01-20 17:06:29 +11:00

8 lines
153 B
Plaintext

// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
static void update_events(void)
{
ServoRelayEvents.update_events();
}