diff options
| author | dherrada <dylan.herrada@adafruit.com> | 2020-07-03 13:49:00 -0400 |
|---|---|---|
| committer | dherrada <dylan.herrada@adafruit.com> | 2020-07-03 13:49:00 -0400 |
| commit | 3df03a565069d6e8874eb678d4f010eee97305b0 (patch) | |
| tree | 5a98c58eabc6b7d2654f899c9b7582fbea9daa94 /shared-bindings/gnss/PositionFix.c | |
| parent | 843ff5d30271709186a117877ff0521b769ae8d1 (diff) | |
Made most of the requested changes
Diffstat (limited to 'shared-bindings/gnss/PositionFix.c')
| -rw-r--r-- | shared-bindings/gnss/PositionFix.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/shared-bindings/gnss/PositionFix.c b/shared-bindings/gnss/PositionFix.c index 52c0dd482..9d4c96fe0 100644 --- a/shared-bindings/gnss/PositionFix.c +++ b/shared-bindings/gnss/PositionFix.c @@ -32,17 +32,17 @@ //| def __init__(self): //| """Enum-like class to define the position fix mode.""" //| -//| INVALID: gnss.PositionFix = ... +//| INVALID: PositionFix = ... //| """No measurement. //| -//| :type gnss.PositionFix:""" +//| :type PositionFix:""" //| -//| FIX_2D: gnss.PositionFix = ... +//| FIX_2D: PositionFix = ... //| """2D fix. //| -//| :type gnss.PositionFix:""" +//| :type PositionFix:""" //| -//| FIX_3D: gnss.PositionFix = ... +//| FIX_3D: PositionFix = ... //| """3D fix. //| //| :type gnss.PositionFix:""" |
