Browse Source

DataFlash: fix EKF4 logging

master
Randy Mackay 10 years ago committed by Andrew Tridgell
parent
commit
3e583e3650
  1. 2
      libraries/DataFlash/DataFlash.h

2
libraries/DataFlash/DataFlash.h

@ -346,7 +346,7 @@ struct PACKED log_EKF4 { @@ -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…
Cancel
Save