mirror of https://github.com/ArduPilot/ardupilot
AP_Common: AP_FWVersionDefine: Update version number after breaking changes
Structure changed after 8814486572
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
b2bd74f53c
commit
4d82a17558
|
@ -42,7 +42,7 @@
|
|||
const AP_FWVersion AP_FWVersion::fwver{
|
||||
// Version header struct
|
||||
.header = 0x61706677766572fb, // First 7 MSBs: "apfwver", LSB is the checksum of the previous string: 0xfb
|
||||
.header_version = 0x0100U, // Major and minor version
|
||||
.header_version = 0x0200U, // Major and minor version
|
||||
.pointer_size = static_cast<uint8_t>(sizeof(void*)),
|
||||
.reserved = 0,
|
||||
.vehicle_type = static_cast<uint8_t>(APM_BUILD_DIRECTORY),
|
||||
|
|
Loading…
Reference in New Issue