GCS_MAVLink: include version for AP_FWVersion

This commit is contained in:
Peter Barker 2017-08-24 09:42:55 +10:00 committed by Francisco Ferreira
parent f32651a38c
commit e9204a66ee
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <AP_RangeFinder/RangeFinder_Backend.h> #include <AP_RangeFinder/RangeFinder_Backend.h>
#include "ap_version.h" #include "AP_Common/AP_FWVersion.h"
#include "GCS.h" #include "GCS.h"
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4 || CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN #if CONFIG_HAL_BOARD == HAL_BOARD_PX4 || CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN

View File

@ -17,7 +17,7 @@
#include <AP_AHRS/AP_AHRS.h> #include <AP_AHRS/AP_AHRS.h>
#include <AP_HAL/AP_HAL.h> #include <AP_HAL/AP_HAL.h>
#include "ap_version.h" #include "AP_Common/AP_FWVersion.h"
#include "GCS.h" #include "GCS.h"
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;