5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-09 09:28:31 -04:00
ardupilot/AntennaTracker/radio.cpp

9 lines
117 B
C++

#include "Tracker.h"
// Functions to read the RC radio input
void Tracker::read_radio()
{
rc().read_input();
}