Tools: add AP_Frsky_Telem

This commit is contained in:
floaledm 2016-10-26 23:19:52 -05:00 committed by Andrew Tridgell
parent 9f8d2f0506
commit 8d0fd7cea8
3 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,6 @@
#include <signal.h>
#include <unistd.h>
#include <AP_HAL/utility/getopt_cpp.h>
#include <AP_SerialManager/AP_SerialManager.h>
class ReplayVehicle {
public:

View File

@ -30,3 +30,4 @@ LIBRARIES += AP_SerialManager
LIBRARIES += RC_Channel
LIBRARIES += AP_RangeFinder
LIBRARIES += VehicleType
LIBRARIES += AP_Frsky_Telem

View File

@ -57,6 +57,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_Module',
'AP_Button',
'AP_ICEngine',
'AP_Frsky_Telem',
]
def get_legacy_defines(sketch_name):