mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_ExternalAHRS: Remove GPS week comment
* It's a hold-over from MSP. None of AP handles 0xFFFF in a special way Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
fc2f518934
commit
2aa5db5e73
@ -137,7 +137,7 @@ public:
|
|||||||
} mag_data_message_t;
|
} mag_data_message_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint16_t gps_week; // GPS week, 0xFFFF if not available
|
uint16_t gps_week;
|
||||||
uint32_t ms_tow;
|
uint32_t ms_tow;
|
||||||
uint8_t fix_type;
|
uint8_t fix_type;
|
||||||
uint8_t satellites_in_view;
|
uint8_t satellites_in_view;
|
||||||
|
Loading…
Reference in New Issue
Block a user