AP_HAL_ChibiOS: added NxtPX4v2
[ardupilot.git] / AntennaTracker / RC_Channel.cpp
blob9b0ecbf2391226bb37ebca5cf8b5dbd077331006
1 #include "Tracker.h"
3 #include "RC_Channel.h"
5 // defining these two macros and including the RC_Channels_VarInfo
6 // header defines the parameter information common to all vehicle
7 // types
8 #define RC_CHANNELS_SUBCLASS RC_Channels_Tracker
9 #define RC_CHANNEL_SUBCLASS RC_Channel_Tracker
11 #include <RC_Channel/RC_Channels_VarInfo.h>
13 // note that this callback is not presently used on Plane:
14 int8_t RC_Channels_Tracker::flight_mode_channel_number() const
16 return 1; // tracker does not have a flight mode channel