mirror of https://github.com/ArduPilot/ardupilot
DataFlash: fix EKF4 logging
This commit is contained in:
parent
e6e6a781c1
commit
3e583e3650
|
@ -346,7 +346,7 @@ struct PACKED log_EKF4 {
|
|||
int8_t offsetEast;
|
||||
uint8_t faults;
|
||||
uint8_t timeouts;
|
||||
uint8_t solution;
|
||||
uint16_t solution;
|
||||
};
|
||||
|
||||
struct PACKED log_EKF5 {
|
||||
|
|
Loading…
Reference in New Issue