ardupilot/Tools/AP_Periph/version.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
315 B
C
Raw Normal View History

#pragma once
#include <GCS_MAVLink/GCS_MAVLink.h>
2023-09-07 17:57:13 -03:00
#define THISFIRMWARE "AP_Periph V1.7.0-dev"
// the following line is parsed by the autotest scripts
2023-09-07 17:57:13 -03:00
#define FIRMWARE_VERSION 1,7,0,FIRMWARE_VERSION_TYPE_DEV
#define FW_MAJOR 1
2023-09-07 17:57:13 -03:00
#define FW_MINOR 7
#define FW_PATCH 0
2023-09-07 17:57:13 -03:00
#define FW_TYPE FIRMWARE_VERSION_TYPE_DEV
2023-03-26 17:36:19 -03:00
2020-12-12 19:32:30 -04:00
2020-05-14 02:35:07 -03:00