#include "Tracker.h"

// Functions to read the RC radio input

void Tracker::read_radio()
{
    RC_Channels::read_input();
}