mirror of https://github.com/ArduPilot/ardupilot
ArduSub: protect version.h from inclusion and use ap_version.h
This commit is contained in:
parent
96e7ea4d69
commit
5400611f49
|
@ -1,6 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "AP_Common/AP_FWVersion.h"
|
||||
#ifndef FORCE_VERSION_H_INCLUDE
|
||||
#error version.h should never be included directly. You probably want to include AP_Common/AP_FWVersion.h
|
||||
#endif
|
||||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "ArduSub V3.6-dev"
|
||||
|
||||
|
|
Loading…
Reference in New Issue