We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac8fe9 commit 93c5be0Copy full SHA for 93c5be0
Tools/AP_Periph/version.h
@@ -7,7 +7,7 @@
7
#include "ap_version.h"
8
#include <AP_HAL/AP_HAL.h>
9
10
-#define THISFIRMWARE "AP_Periph V1.8.0-dev"
+#define THISFIRMWARE "AP_Periph V1.8.0"
11
12
// defines needed due to lack of GCS includes
13
#ifndef HAVE_ENUM_FIRMWARE_VERSION_TYPE
@@ -17,12 +17,12 @@
17
#endif
18
19
// the following line is parsed by the autotest scripts
20
-#define FIRMWARE_VERSION 1,8,0,FIRMWARE_VERSION_TYPE_DEV
+#define FIRMWARE_VERSION 1,8,0,FIRMWARE_VERSION_TYPE_OFFICIAL
21
22
#define FW_MAJOR 1
23
#define FW_MINOR 8
24
#define FW_PATCH 0
25
-#define FW_TYPE FIRMWARE_VERSION_TYPE_DEV
+#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL
26
27
#include <AP_Common/AP_FWVersionDefine.h>
28
#include <AP_CheckFirmware/AP_CheckFirmwareDefine.h>
0 commit comments