Peter Barker
8 years ago
committed by
Francisco Ferreira
5 changed files with 27 additions and 11 deletions
@ -1,12 +1,13 @@
@@ -1,12 +1,13 @@
|
||||
#pragma once |
||||
|
||||
#include "ap_version.h" |
||||
#include "AP_Common/AP_FWVersion.h" |
||||
|
||||
#define THISFIRMWARE "APM:Copter V3.6-dev" |
||||
|
||||
// the following line is parsed by the autotest scripts
|
||||
#define FIRMWARE_VERSION 3,6,0,FIRMWARE_VERSION_TYPE_DEV |
||||
|
||||
#ifndef GIT_VERSION |
||||
#define FIRMWARE_STRING THISFIRMWARE |
||||
#else |
||||
#define FIRMWARE_STRING THISFIRMWARE " (" GIT_VERSION ")" |
||||
#endif |
||||
#define FW_MAJOR 3 |
||||
#define FW_MINOR 6 |
||||
#define FW_PATCH 0 |
||||
#define FW_TYPE FIRMWARE_VERSION_TYPE_DEV |
||||
|
Loading…
Reference in new issue