mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
ArduPlane: do not include version.h/ap_version.h
The interface provided by each vehicle should be used to get the version.
This commit is contained in:
parent
4ef5186733
commit
36c80daa86
@ -1,7 +1,6 @@
|
|||||||
#include "GCS_Mavlink.h"
|
#include "GCS_Mavlink.h"
|
||||||
|
|
||||||
#include "Plane.h"
|
#include "Plane.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
void Plane::send_heartbeat(mavlink_channel_t chan)
|
void Plane::send_heartbeat(mavlink_channel_t chan)
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include "Plane.h"
|
#include "Plane.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#if LOGGING_ENABLED == ENABLED
|
#if LOGGING_ENABLED == ENABLED
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include "Plane.h"
|
#include "Plane.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
* The init_ardupilot function processes everything we need for an in - air restart
|
* The init_ardupilot function processes everything we need for an in - air restart
|
||||||
|
Loading…
Reference in New Issue
Block a user