ArduPlane: fix version setting in CheckFirmware app descriptor

This commit is contained in:
bugobliterator 2024-02-08 18:02:00 +11:00 committed by Andrew Tridgell
parent 047d2b85da
commit 3300687aef
1 changed files with 1 additions and 0 deletions

View File

@ -17,3 +17,4 @@
#define FW_TYPE FIRMWARE_VERSION_TYPE_DEV
#include <AP_Common/AP_FWVersionDefine.h>
#include <AP_CheckFirmware/AP_CheckFirmwareDefine.h>