Skip to content

Commit

Permalink
AP_ExternalAHRS: Remove GPS week comment
Browse files Browse the repository at this point in the history
* It's a hold-over from MSP. None of AP handles 0xFFFF in a special way

Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored and peterbarker committed Sep 13, 2024
1 parent fc2f518 commit 2aa5db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_ExternalAHRS/AP_ExternalAHRS.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class AP_ExternalAHRS {
} mag_data_message_t;

typedef struct {
uint16_t gps_week; // GPS week, 0xFFFF if not available
uint16_t gps_week;
uint32_t ms_tow;
uint8_t fix_type;
uint8_t satellites_in_view;
Expand Down

0 comments on commit 2aa5db5

Please sign in to comment.