mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 22:18:28 -04:00
9 lines
117 B
C++
9 lines
117 B
C++
#include "Tracker.h"
|
|
|
|
// Functions to read the RC radio input
|
|
|
|
void Tracker::read_radio()
|
|
{
|
|
rc().read_input();
|
|
}
|