mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Sub: add version.h (missed in rebase on ardupilot master)
This commit is contained in:
parent
ed87bd9e59
commit
16d27c05ea
12
ArduSub/version.h
Normal file
12
ArduSub/version.h
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "ap_version.h"
|
||||||
|
|
||||||
|
#define THISFIRMWARE "ArduSub V3.5-dev"
|
||||||
|
#define FIRMWARE_VERSION 3,5,0,FIRMWARE_VERSION_TYPE_DEV
|
||||||
|
|
||||||
|
#ifndef GIT_VERSION
|
||||||
|
#define FIRMWARE_STRING THISFIRMWARE
|
||||||
|
#else
|
||||||
|
#define FIRMWARE_STRING THISFIRMWARE " (" GIT_VERSION ")"
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user