Skip to content

Commit

Permalink
Add missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Sep 14, 2023
1 parent bfe15b6 commit 3daa211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uas_standards/astm/f3411/v22a/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ class Scope(str, Enum):
SpecialHeight = -1000
MinTrackDirection = -359
MaxTrackDirection = 359
SpecialTrackDirection = 361
SpecialTrackDirection = 361 # Invalid, No Value or Unknown
MinTrackDirectionResolution = 1

0 comments on commit 3daa211

Please sign in to comment.