mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
8 lines
153 B
Plaintext
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();
|
|
}
|