Browse Source

ArduCopter: do not include version.h/ap_version.h

The interface provided by each vehicle should be used to get the
version.
mission-4.1.18
Lucas De Marchi 8 years ago
parent
commit
4ef5186733
  1. 1
      ArduCopter/GCS_Mavlink.cpp
  2. 1
      ArduCopter/Log.cpp
  3. 1
      ArduCopter/system.cpp

1
ArduCopter/GCS_Mavlink.cpp

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#include "Copter.h"
#include "version.h"
#include "GCS_Mavlink.h"

1
ArduCopter/Log.cpp

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#include "Copter.h"
#include "version.h"
#if LOGGING_ENABLED == ENABLED

1
ArduCopter/system.cpp

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#include "Copter.h"
#include "version.h"
/*****************************************************************************
* The init_ardupilot function processes everything we need for an in - air restart

Loading…
Cancel
Save