Skip to content

Commit

Permalink
(automatic) update dialects to rev https://github.com/mavlink/mavlink…
Browse files Browse the repository at this point in the history
  • Loading branch information
gomavlib-bot committed Jun 20, 2024
1 parent c0493d5 commit 200c078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dialects/common/message_adsb_vehicle.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type MessageAdsbVehicle struct {
Tslc uint8
// Bitmap to indicate various statuses including valid data fields
Flags ADSB_FLAGS `mavenum:"uint16"`
// Squawk code
// Squawk code. Note that the code is in decimal: e.g. 7700 (general emergency) is encoded as binary 0b0001_1110_0001_0100, not(!) as 0b0000_111_111_000_000
Squawk uint16
}

Expand Down

0 comments on commit 200c078

Please sign in to comment.