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

9 lines
117 B
C++
Raw Normal View History

#include "Tracker.h"
2014-10-06 05:01:54 -03:00
// Functions to read the RC radio input
void Tracker::read_radio()
2014-10-06 05:01:54 -03:00
{
rc().read_input();
2014-10-06 05:01:54 -03:00
}