Skip to content

Commit

Permalink
RtlStatus.msg: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Silvan Fuhrer <[email protected]>
  • Loading branch information
KonradRudin and sfuhrer authored Feb 15, 2024
1 parent 6090040 commit 12ed2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msg/RtlStatus.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uint64 timestamp # time since system start (microseconds)
uint32 safe_points_id # indicates updates to the safe points
bool is_evaluation_pending # flag if the RTL point needs reevaluation (e.g. new safe points available, but need loading).

bool has_vtol_approach # flag if approaches erse defined for current RTL_TYPE parameter setting
bool has_vtol_approach # flag if approaches are defined for current RTL_TYPE parameter setting

uint8 rtl_type # Type of RTL chosen
uint8 safe_point_index # index of the chosen safe point, if in RTL_STATUS_TYPE_DIRECT_SAFE_POINT mode
Expand Down

0 comments on commit 12ed2b6

Please sign in to comment.