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