Skip to content
Snippets Groups Projects
Commit 3e583e36 authored by Randy Mackay's avatar Randy Mackay Committed by Andrew Tridgell
Browse files

DataFlash: fix EKF4 logging

parent e6e6a781
No related branches found
No related tags found
No related merge requests found
...@@ -346,7 +346,7 @@ struct PACKED log_EKF4 { ...@@ -346,7 +346,7 @@ struct PACKED log_EKF4 {
int8_t offsetEast; int8_t offsetEast;
uint8_t faults; uint8_t faults;
uint8_t timeouts; uint8_t timeouts;
uint8_t solution; uint16_t solution;
}; };
struct PACKED log_EKF5 { struct PACKED log_EKF5 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment