DataFlash: fix EKF4 logging

This commit is contained in:
Randy Mackay 2015-01-05 21:38:41 +09:00 committed by Andrew Tridgell
parent e6e6a781c1
commit 3e583e3650
1 changed files with 1 additions and 1 deletions

View File

@ -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 {