From 3daa2112e00f873ccae6498a89bb8dfacabd1448 Mon Sep 17 00:00:00 2001 From: Michael Barroco Date: Thu, 14 Sep 2023 20:30:31 +0200 Subject: [PATCH] Add missing comment --- src/uas_standards/astm/f3411/v22a/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uas_standards/astm/f3411/v22a/constants.py b/src/uas_standards/astm/f3411/v22a/constants.py index dc7a4ac..d2b9567 100644 --- a/src/uas_standards/astm/f3411/v22a/constants.py +++ b/src/uas_standards/astm/f3411/v22a/constants.py @@ -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 \ No newline at end of file