mirror of https://github.com/ArduPilot/ardupilot
Tracker: include FWversion
This commit is contained in:
parent
7634b988d7
commit
e0448a6e24
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include "Tracker.h"
|
||||
|
||||
#include <AP_Camera/AP_Camera.h>
|
||||
|
||||
/*
|
||||
* !!NOTE!!
|
||||
*
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
#include <AP_OpticalFlow/AP_OpticalFlow.h>
|
||||
#include <AP_RangeFinder/AP_RangeFinder.h>
|
||||
#include <AP_Beacon/AP_Beacon.h>
|
||||
#include <AP_Common/AP_FWVersion.h>
|
||||
|
||||
// Configuration
|
||||
#include "config.h"
|
||||
|
|
Loading…
Reference in New Issue