mirror of https://github.com/ArduPilot/ardupilot
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 "Plane.h"
|
||||
#include "version.h"
|
||||
|
||||
void Plane::send_heartbeat(mavlink_channel_t chan)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "Plane.h"
|
||||
#include "version.h"
|
||||
|
||||
#if LOGGING_ENABLED == ENABLED
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "Plane.h"
|
||||
#include "version.h"
|
||||
|
||||
/*****************************************************************************
|
||||
* The init_ardupilot function processes everything we need for an in - air restart
|
||||
|
|
Loading…
Reference in New Issue