mirror of https://github.com/ArduPilot/ardupilot
AP_Periph: include GCS_MAVLink.h for firmware version type define
This commit is contained in:
parent
5286ad45ad
commit
4561e78dd5
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||
|
||||
#define THISFIRMWARE "AP_Periph V1.4dev"
|
||||
|
||||
// the following line is parsed by the autotest scripts
|
||||
|
|
Loading…
Reference in New Issue