ArduSub: 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
36c80daa86
commit
11e47fb145
@ -1,5 +1,4 @@
|
||||
#include "Sub.h"
|
||||
#include "version.h"
|
||||
|
||||
#include "GCS_Mavlink.h"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include "Sub.h"
|
||||
#include "version.h"
|
||||
|
||||
#if LOGGING_ENABLED == ENABLED
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include "Sub.h"
|
||||
#include "version.h"
|
||||
|
||||
/*****************************************************************************
|
||||
* The init_ardupilot function processes everything we need for an in - air restart
|
||||
|
Loading…
Reference in New Issue
Block a user