mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
Plane: fixed version for enums
This commit is contained in:
parent
bd4515947a
commit
1d91f18177
@ -25,7 +25,7 @@ const AP_FWVersion AP_FWVersion::fwver{
|
||||
.major = FW_MAJOR,
|
||||
.minor = FW_MINOR,
|
||||
.patch = FW_PATCH,
|
||||
.fw_type = FW_TYPE,
|
||||
.fw_type = (enum FIRMWARE_VERSION_TYPE)(FW_TYPE),
|
||||
#ifndef GIT_VERSION
|
||||
.fw_string = THISFIRMWARE,
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user