Browse Source

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

The interface provided by each vehicle should be used to get the
version.
master
Lucas De Marchi 8 years ago
parent
commit
11e47fb145
  1. 1
      ArduSub/GCS_Mavlink.cpp
  2. 1
      ArduSub/Log.cpp
  3. 1
      ArduSub/system.cpp

1
ArduSub/GCS_Mavlink.cpp

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

1
ArduSub/Log.cpp

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

1
ArduSub/system.cpp

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

Loading…
Cancel
Save