ardupilot/AntennaTracker/radio.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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
}